From 8ab3a7b0e6c704b4de8815cd47f27ce7fc1e8276 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 29 Apr 2013 15:07:23 +0100 Subject: 31356: typo in new _comp_locale noted by Bart --- ChangeLog | 2 ++ Completion/Unix/Command/_subversion | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4b0127aa9..ec8016304 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-04-29 Peter Stephenson + * 31356: Completion/Unix/Command/_subversion: typo noted by Bart. + * 31355: Completion/Base/Utility/.distfiles, Completion/Base/Utility/_comp_locale, Completion/Unix/Command/_subversion: _comp_locale tries to 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' ) -- cgit 1.4.1