about summary refs log tree commit diff
path: root/Completion/Unix/Command/_mpc
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_mpc')
-rw-r--r--Completion/Unix/Command/_mpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_mpc b/Completion/Unix/Command/_mpc
index 152996458..6f12be75f 100644
--- a/Completion/Unix/Command/_mpc
+++ b/Completion/Unix/Command/_mpc
@@ -236,7 +236,7 @@ _mpc_random() {
 
 _mpc_search() {
   local list expl
-  list=(album artist title filename)
+  list=(album artist title track name genre date composer performer comment disc filename any)
 
   if [[ $#words -eq 2 ]]; then
     _wanted list expl table compadd $expl -a list