zsh-workers
 help / color / mirror / code / Atom feed
* [weasel@debian.org: Bug#238843: zsh: cvs tags may include + sign]
@ 2004-03-22 23:50 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2004-03-22 23:50 UTC (permalink / raw)
  To: zsh-workers; +Cc: 238843-forwarded

Committing this.

----- Forwarded message from Peter Palfrader <weasel@debian.org> -----

Date: Fri, 19 Mar 2004 12:36:47 +0100
From: Peter Palfrader <weasel@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Bug#238843: zsh: cvs tags may include + sign

Package: zsh
Version: 4.1.1-11
Severity: minor
Tags: patch

Hi,

cvs tag files may include plus signs, the regex however filters those
away.


--- /usr/share/zsh/4.1.1/functions/Completion/Unix/_cvs	2004-03-19 12:34:49.000000000 +0100
+++ _cvs	2004-03-19 12:34:47.000000000 +0100
@@ -794,7 +794,7 @@
       _cvs_revisions_cache=(
 	$(CVS_IGNORE_REMOTE_ROOT= _call_program tags cvs -d "$cvsroot" -q status -vl .|
 	  sed -n -e '/No Tags Exist/d' \
-		 -e 's/^	\([A-Za-z][-_0-9A-Za-z]*\).*/\1/p'|
+		 -e 's/^	\([A-Za-z][-_0-9A-Za-z+]*\).*/\1/p'|
 	  sort|uniq)
       )
     else

----- End forwarded message -----


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

only message in thread, other threads:[~2004-03-22 23:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-22 23:50 [weasel@debian.org: Bug#238843: zsh: cvs tags may include + sign] 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).