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 ~