about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-10-06 00:58:14 +0000
committerClint Adams <clint@users.sourceforge.net>2007-10-06 00:58:14 +0000
commitc0cb5d31d17af7e98f454303a722495a53cfd28e (patch)
tree9e7997588356193f81f539fd51334cae9e136d24 /Completion
parentb40b55d556e3f3c3b28166ac3509f6cd6bae372e (diff)
downloadzsh-c0cb5d31d17af7e98f454303a722495a53cfd28e.tar.gz
zsh-c0cb5d31d17af7e98f454303a722495a53cfd28e.tar.xz
zsh-c0cb5d31d17af7e98f454303a722495a53cfd28e.zip
23908: add missing backslash in _git-svn.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_git2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index f18af7560..ddc84c6e0 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -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