1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-10 11:01:32 +01:00

Akinori MUSHA: private communication: fix typo in _subversion

This commit is contained in:
Peter Stephenson 2009-06-02 08:46:56 +00:00
parent e2a7694f32
commit 7769912b3f
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2009-06-02 Peter Stephenson <pws@csr.com>
* Akinori MUSHA: private communication:
Completion/Unix/Command/_subversion: fix typo.
* Config/version.mk: update version recorded in archive
to 4.3.10-dev-1 (not released).
@ -11809,5 +11812,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4707 $
* $Revision: 1.4708 $
*****************************************************

View file

@ -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" )