Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _cvs (_cvs_revisions)



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.



Messages sorted by: Reverse Date, Date, Thread, Author