From 417c52e24304a97dce8fccf9e488daf937f73500 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 22 Mar 2004 23:43:36 +0000 Subject: * 19673: Peter Palfrader: Completion/Unix/Command/_cvs: tags can contain the + character. ---------------------------------------------------------------------- --- Completion/Unix/Command/_cvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs index 0643310d1..33d543945 100644 --- a/Completion/Unix/Command/_cvs +++ b/Completion/Unix/Command/_cvs @@ -794,7 +794,7 @@ _cvs_revisions() { _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 -- cgit 1.4.1