commit 30facffd5b46cf04807c5b143e2f8649576725e5 (tree)
parent f32bdf1a7ba0bf5c2bea5965d765e3a03af9e00c
Author: Tim Pope <code@tpope.net>
Date: Sat, 21 Jun 2014 14:06:20 -0400
Allow erroneous swap warning through.
Closes #192, #352.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim
@@ -2108,7 +2108,7 @@ function! s:ReplaceCmd(cmd,...) abort
let $GIT_INDEX_FILE = old_index
endif
endtry
- silent exe 'keepalt file '.tmp
+ exe 'keepalt file '.tmp
try
silent edit!
finally