zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _mpc search types
@ 2009-10-24  4:14 Clint Adams
  2009-10-24  4:37 ` Clint Adams
  0 siblings, 1 reply; 2+ messages in thread
From: Clint Adams @ 2009-10-24  4:14 UTC (permalink / raw)
  To: zsh-workers

It looks like _mpc needs a bit more modernization beyond this.

Index: Completion/Unix/Command/_mpc
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_mpc,v
retrieving revision 1.5
diff -u -r1.5 _mpc
--- Completion/Unix/Command/_mpc	4 Jan 2007 18:06:39 -0000	1.5
+++ Completion/Unix/Command/_mpc	24 Oct 2009 04:13:25 -0000
@@ -236,7 +236,7 @@
 
 _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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-24  4:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-24  4:14 PATCH: _mpc search types Clint Adams
2009-10-24  4:37 ` Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).