diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-03-13 18:19:28 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-03-13 18:19:28 +0000 |
commit | 8f4c1bd0076fcd8c5f8e9245ada2660e5df9fefa (patch) | |
tree | 523620d747c6843215d0f56e58d850ca7f8faa45 /Completion/Unix/Command | |
parent | 3b1e0d035162c73addd215f3892e51eaa4cf67da (diff) | |
download | zsh-8f4c1bd0076fcd8c5f8e9245ada2660e5df9fefa.tar.gz zsh-8f4c1bd0076fcd8c5f8e9245ada2660e5df9fefa.tar.xz zsh-8f4c1bd0076fcd8c5f8e9245ada2660e5df9fefa.zip |
23214: complete files after svn commit --file.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_subversion | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion index 75f33e205..84e63a343 100644 --- a/Completion/Unix/Command/_subversion +++ b/Completion/Unix/Command/_subversion @@ -40,7 +40,8 @@ _svn () { ) ;; (commit) - args+=( + args=( + ${args/(#b)(*--file*):arg:/$match[1]:file:_files} '*:file:_files -g "*(e:_svn_status:)"' ) ;; |