From 5cd9c4b500ded6711441c42ed686b651640fb0ad Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 24 Oct 2009 04:17:39 +0000 Subject: 27314: update list of mpc search types. --- ChangeLog | 7 ++++++- Completion/Unix/Command/_mpc | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8af3200b..8bd262f0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-10-24 Clint Adams + + * 27314: Completion/Unix/Command/_mpc: update list of mpc + search types. + 2009-10-22 Peter Stephenson * 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 -- cgit 1.4.1