zsh-workers
 help / color / mirror / code / Atom feed
* Another problem with cvs completion
@ 1999-11-20 20:23 Bart Schaefer
  1999-11-20 20:40 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Schaefer @ 1999-11-20 20:23 UTC (permalink / raw)
  To: zsh-workers

zagzig<44> cvs watch add <TAB>
zagzig<44> cvs watch add _arguments: command not found: file:_cvs_files [253]
_arguments: command not found: file:_cvs_files [253]
_arguments: command not found: file:_cvs_files [253]on                      
_arguments: command not found: file:_cvs_files [253]remove                  

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Another problem with cvs completion
  1999-11-20 20:23 Another problem with cvs completion Bart Schaefer
@ 1999-11-20 20:40 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 1999-11-20 20:40 UTC (permalink / raw)
  To: zsh-workers

Found that one myself.

Index: Completion/User/_cvs
===================================================================
@@ -365,14 +365,14 @@
 	_arguments -s \
 	    -{l,R} \
 	    ':watch command:' \
-	    ':*:file:_cvs_files'
+	    '*:file:_cvs_files'
 	;;
       add|remove) # "+lRa:"
 	_arguments -s \
 	    -{l,R} \
 	    '*-a+:action:(edit unedit commit all none)' \
 	    ':watch command:' \
-	    ':*:file:_cvs_files'
+	    '*:file:_cvs_files'
 	;;
     esac
   fi
@@ -383,7 +383,7 @@
   # "+lR"
   _arguments -s \
       -{l,R} \
-      ':*:file:_cvs_files'
+      '*:file:_cvs_files'
 }
 
 (( $+functions[_cvs_root] )) ||


-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-11-20 20:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-20 20:23 Another problem with cvs completion Bart Schaefer
1999-11-20 20:40 ` Bart Schaefer

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).