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 | |
| parent | unposted: more local variables needed (diff) | |
| download | zsh-5cd9c4b500ded6711441c42ed686b651640fb0ad.tar zsh-5cd9c4b500ded6711441c42ed686b651640fb0ad.tar.gz zsh-5cd9c4b500ded6711441c42ed686b651640fb0ad.tar.bz2 zsh-5cd9c4b500ded6711441c42ed686b651640fb0ad.tar.lz zsh-5cd9c4b500ded6711441c42ed686b651640fb0ad.tar.xz zsh-5cd9c4b500ded6711441c42ed686b651640fb0ad.tar.zst zsh-5cd9c4b500ded6711441c42ed686b651640fb0ad.zip | |
27314: update list of mpc search types.
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | Completion/Unix/Command/_mpc | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2009-10-24 Clint Adams <clint@zsh.org> + + * 27314: Completion/Unix/Command/_mpc: update list of mpc + search types. + 2009-10-22 Peter Stephenson <pws@csr.com> * Functions/Zle/history-beginning-search-menu: unposted: @@ -12268,5 +12273,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4795 $ +* $Revision: 1.4796 $ ***************************************************** 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 |
