Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _cvs (_cvs_revisions)
- X-seq: zsh-workers 9651
- From: Johan Sundström <johsu650@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: _cvs (_cvs_revisions)
- Date: Thu, 10 Feb 2000 13:16:51 +0100 (MET)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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