From 8f4c1bd0076fcd8c5f8e9245ada2660e5df9fefa Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 13 Mar 2007 18:19:28 +0000 Subject: 23214: complete files after svn commit --file. --- Completion/Unix/Command/_subversion | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion') 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:)"' ) ;; -- cgit 1.4.1