zsh-workers
 help / color / mirror / code / Atom feed
From: "Johan Sundström" <johsu650@student.liu.se>
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: _cvs (_cvs_revisions)
Date: Thu, 10 Feb 2000 13:16:51 +0100 (MET)	[thread overview]
Message-ID: <Pine.GSO.4.02.10002101314250.3097-100000@astmatix.ida.liu.se> (raw)

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.


                 reply	other threads:[~2000-02-10 12:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.GSO.4.02.10002101314250.3097-100000@astmatix.ida.liu.se \
    --to=johsu650@student.liu.se \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).