diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-10-24 04:17:39 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-10-24 04:17:39 +0000 |
commit | 5cd9c4b500ded6711441c42ed686b651640fb0ad (patch) | |
tree | dabfd7c944032ecd766f60e707ec350331c8a661 /Completion/Unix | |
parent | d5d858b0e2a1d87348124013646a083d4f9e43bb (diff) | |
download | zsh-5cd9c4b500ded6711441c42ed686b651640fb0ad.tar.gz zsh-5cd9c4b500ded6711441c42ed686b651640fb0ad.tar.xz zsh-5cd9c4b500ded6711441c42ed686b651640fb0ad.zip |
27314: update list of mpc search types.
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_mpc | 2 |
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 |