From fba20539e715fa46186c11c2b434fd10113a897b Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 22 Jun 2014 19:36:43 -0400 Subject: [PATCH] Revert "Allow erroneous swap warning through." This reverts commit 30facffd5b46cf04807c5b143e2f8649576725e5. --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 770a028..81e9a3e 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -2110,7 +2110,7 @@ function! s:ReplaceCmd(cmd,...) abort let $GIT_INDEX_FILE = old_index endif endtry - exe 'keepalt file '.tmp + silent exe 'keepalt file '.tmp try silent edit! finally