From f490c7c312fe032287a12a16638ad4f3411b8028 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 5 Dec 2003 16:54:36 +0000 Subject: adjust to work with the newer version of subversion's help output --- ChangeLog | 5 +++++ Completion/Unix/Command/_subversion | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 32e9b3e9d..937b47a35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ * 19276: Completion/Base/Completer/_prefix: fix fallback used to get completer list if the style lookup failed +2003-12-04 Oliver Kiddle + + * unposted: Completion/Unix/Command/_subversion: small addition to + output from `svn help diff' broke substitution for getting options + 2003-12-03 Peter Stephenson * 19269: Src/pattern.c, Misc/globtests, Test/D02glob.ztst: diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion index 538a33d1a..5e5b16068 100644 --- a/Completion/Unix/Command/_subversion +++ b/Completion/Unix/Command/_subversion @@ -67,7 +67,7 @@ _svn_subcommand () { _svn_subcmd_usage=${${(M)${(f)"$(_call_program options svn help $1)"}:#usage:*}#usage: $1 } _svn_subcmds=( - ${${=${${${(M)${(f)"$(_call_program options svn help $1)"##*Valid options:}:#*:*}%% #:*}/ arg/:arg:}/(#b)-([[:alpha:]]) \[--([a-z-]##)\](:arg:)#/(--$match[2])-$match[1]$match[3] (-$match[1])--$match[2]$match[3]}[2,-1]} + ${${=${${${(M)${(f)"$(_call_program options svn help $1)"##*Valid options:}:#* :*}%% #:*}/ arg/:arg:}/(#b)-([[:alpha:]]) \[--([a-z-]##)\](:arg:)#/(--$match[2])-$match[1]$match[3] (-$match[1])--$match[2]$match[3]}[2,-1]} ) case $1 in; -- cgit 1.4.1