about summary refs log tree commit diff
path: root/Completion/Unix/Command/_subversion
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2013-04-29 15:07:23 +0100
committerPeter Stephenson <pws@zsh.org>2013-04-29 15:07:30 +0100
commit8ab3a7b0e6c704b4de8815cd47f27ce7fc1e8276 (patch)
treed43a90df51b8e02a8b35000a48ef26bb24316f19 /Completion/Unix/Command/_subversion
parent8cdb57b3b7f8810eaf87b8d797736c6a318f2cfc (diff)
downloadzsh-8ab3a7b0e6c704b4de8815cd47f27ce7fc1e8276.tar.gz
zsh-8ab3a7b0e6c704b4de8815cd47f27ce7fc1e8276.tar.xz
zsh-8ab3a7b0e6c704b4de8815cd47f27ce7fc1e8276.zip
31356: typo in new _comp_locale noted by Bart
Diffstat (limited to 'Completion/Unix/Command/_subversion')
-rw-r--r--Completion/Unix/Command/_subversion2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion
index 0fa3e8c97..597f2325c 100644
--- a/Completion/Unix/Command/_subversion
+++ b/Completion/Unix/Command/_subversion
@@ -48,7 +48,7 @@ _svn () {
 	    ! _retrieve_cache svn-${cmd}-args;
 	then
 	  args=(
-	    ${=${${${(M)${(f)"$(_comple_local; _call_program options svn help $cmd)"#(*Valid options:|(#e))}:#* :*}%% #:*}/ (arg|ARG)/:arg:}/(#b)(-##)([[:alpha:]]##) \[--([a-z-]##)\](:arg:)#/(--$match[3])$match[1]$match[2]$match[4] ($match[1]$match[2])--$match[3]$match[4]}
+	    ${=${${${(M)${(f)"$(_comp_locale; _call_program options svn help $cmd)"#(*Valid options:|(#e))}:#* :*}%% #:*}/ (arg|ARG)/:arg:}/(#b)(-##)([[:alpha:]]##) \[--([a-z-]##)\](:arg:)#/(--$match[3])$match[1]$match[2]$match[4] ($match[1]$match[2])--$match[3]$match[4]}
 	  )
           while (( idx=$args[(I)*--c(l|hangelist):arg:] )); do
             args[(I)*--c(l|hangelist):arg:]=( \*{--cl,--changelist}':change list:_svn_changelists' )