From 7769912b3fa89fc5fe2a4172394de34aee29fca7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 2 Jun 2009 08:46:56 +0000 Subject: Akinori MUSHA: private communication: fix typo in _subversion --- Completion/Unix/Command/_subversion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion index d31f0243a..b4e47d330 100644 --- a/Completion/Unix/Command/_subversion +++ b/Completion/Unix/Command/_subversion @@ -150,7 +150,7 @@ _svnadmin () { args=( ${=${${${(M)${(f)"$(LC_ALL=C _call_program options svnadmin help $cmd)"#(*Valid options:|(#e))}:#* :*}%% #:*}/ (arg|ARG)/:arg:}/(#b)-([[:alpha:]]) \[--([a-z-]##)\](:arg:)#/(--$match[2])-$match[1]$match[3] (-$match[1])--$match[2]$match[3]} ) - if [[ $_svnadmin_subcmd_usage == *REPOS_PATH* ]]; then + if [[ $usage == *REPOS_PATH* ]]; then args+=( ":path:_files -/" ) elif [[ $cmd = help ]]; then args+=( "*:subcommand:_svnadmin_commands" ) -- cgit 1.4.1