Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _subversion IPREFIX typo
- X-seq: zsh-workers 22796
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _subversion IPREFIX typo
- Date: Sat, 30 Sep 2006 17:25:00 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Typo fix from R.Ramkumar.
Index: Completion/Unix/Command/_subversion
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_subversion,v
retrieving revision 1.21
diff -u -r1.21 _subversion
--- Completion/Unix/Command/_subversion 3 Aug 2006 10:19:21 -0000 1.21
+++ Completion/Unix/Command/_subversion 30 Sep 2006 21:23:56 -0000
@@ -200,7 +200,7 @@
if [[ -prefix *: ]] && ! _urls &&
zstyle -T ":completion:${curcontext}:" remote-access
then
- remfiles=( ${(f)"$(svn list $IPRFIX${PREFIX%%[^./][^/]#} 2>/dev/null)"} )
+ remfiles=( ${(f)"$(svn list $IPREFIX${PREFIX%%[^./][^/]#} 2>/dev/null)"} )
compset -P '*/'
compset -S '/*' || suf=file
remdispf=(${remfiles:#*/})
Messages sorted by:
Reverse Date,
Date,
Thread,
Author