zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _subversion ci -F
@ 2007-03-13 18:14 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2007-03-13 18:14 UTC (permalink / raw)
  To: zsh-workers

Complete files after svn commit --file

Index: Completion/Unix/Command/_subversion
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_subversion,v
retrieving revision 1.22
diff -u -r1.22 _subversion
--- Completion/Unix/Command/_subversion	30 Sep 2006 21:26:15 -0000	1.22
+++ Completion/Unix/Command/_subversion	13 Mar 2007 18:13:07 -0000
@@ -40,7 +40,8 @@
             )
           ;;
           (commit)
-            args+=(
+            args=(
+	      ${args/(#b)(*--file*):arg:/$match[1]:file:_files}
               '*:file:_files -g "*(e:_svn_status:)"'
             )
           ;;


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

only message in thread, other threads:[~2007-03-13 18:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-13 18:14 PATCH: _subversion ci -F 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).