From d95e6c61b53cef39d31e97d0ab4751138431a073 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 27 Nov 2011 12:56:44 -0500 Subject: [PATCH] Disable swapfile in :Gstatus --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index de7f2c4..111ece1 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1873,7 +1873,7 @@ function! s:BufReadIndex() endtry set ft=gitcommit endif - setlocal ro noma nomod nomodeline bufhidden=wipe + setlocal ro noma nomod nomodeline noswapfile bufhidden=wipe call s:JumpInit() nunmap P nunmap ~