Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _subversion ci -F
- X-seq: zsh-workers 23214
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _subversion ci -F
- Date: Tue, 13 Mar 2007 14:14:24 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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:)"'
)
;;
Messages sorted by:
Reverse Date,
Date,
Thread,
Author