zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _cvs (_cvs_revisions)
@ 2000-02-10 12:16 Johan Sundström
  0 siblings, 0 replies; only message in thread
From: Johan Sundström @ 2000-02-10 12:16 UTC (permalink / raw)
  To: zsh-workers

This patch fixes the phony "No" completion for cvs revisions:

diff -ru ~zsh/functions/User/_cvs ~/config/zsh/functions/_cvs
--- /usr/share/zsh/3.1.6-dev-17/functions/User/_cvs	Thu Feb 10 01:47:18 2000
+++ /home/johan/config/zsh/functions/_cvs	Thu Feb 10 12:54:33 2000
@@ -490,7 +490,7 @@
   local expl
 
   _wanted values expl revision &&
-      compadd - ${${${(M)${(f)"$(cvs -q status -vl .)"}:#	*}##[ 	]##}%%[ 	]*}
+      compadd - ${${${(M)${(f)"$(cvs -q status -vl .)"}:#	*}##[ 	]##(No Tags Exist)#}%%[ 	]*}
 }
 
 # define completion functions for files maintained by cvs.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-02-10 12:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-10 12:16 PATCH: _cvs (_cvs_revisions) Johan Sundström

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).