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:48:14 +0000
committerClint Adams <clint@users.sourceforge.net>2007-10-06 00:48:14 +0000
commitb40b55d556e3f3c3b28166ac3509f6cd6bae372e (patch)
tree43c4ce5a31fb74c5d2b64a92ceee70a35e5e1047 /Completion
parent9421f9449c0605908eaf43d19274a6f5826c148f (diff)
downloadzsh-b40b55d556e3f3c3b28166ac3509f6cd6bae372e.tar.gz
zsh-b40b55d556e3f3c3b28166ac3509f6cd6bae372e.tar.xz
zsh-b40b55d556e3f3c3b28166ac3509f6cd6bae372e.zip
Mikael Magnusson: 23906: 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 3a365e528..f18af7560 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -2472,7 +2472,7 @@ _git-svn () {
         '(-h -H --help)'{-h,-H,--help}'[display usage information]' \
         '(-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'
+        '(-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'
         $arguments && ret=0