zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _subversion IPREFIX typo
@ 2006-09-30 21:25 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2006-09-30 21:25 UTC (permalink / raw)
  To: zsh-workers

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:#*/})


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

only message in thread, other threads:[~2006-09-30 21:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-30 21:25 PATCH: _subversion IPREFIX typo 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).