diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 7232066..b60f206 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1007,9 +1007,10 @@ function! s:Commit(args, ...) abort let error = get(errors,-2,get(errors,-1,'!')) if error =~# 'false''\=\.$' let args = a:args - let args = s:gsub(args,'%(%(^| )-- )@' let args = '--cleanup=strip '.args