mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
23908: add missing backslash in _git-svn.
This commit is contained in:
parent
b40b55d556
commit
c0cb5d31d1
2 changed files with 5 additions and 2 deletions
|
@ -2473,7 +2473,7 @@ _git-svn () {
|
|||
'(-V --version)'{-V,--version}'[display version information]' \
|
||||
'--minimize-connections[undocumented]' \
|
||||
'(-R --svn-remote --remote)'{-R,--svn-remote,--remote}'[svn remote to use]:svn remote:__git_svn-remotes' \
|
||||
'(-i --id)'{-i,--id}'[set GIT_SVN_ID]:GIT_SVN_ID'
|
||||
'(-i --id)'{-i,--id}'[set GIT_SVN_ID]:GIT_SVN_ID' \
|
||||
$arguments && ret=0
|
||||
|
||||
case $state in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue