mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 13:23:52 -05:00
Disable swapfile in :Gstatus
This commit is contained in:
@@ -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 <buffer> P
|
||||
nunmap <buffer> ~
|
||||
|
||||
Reference in New Issue
Block a user