mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 21:33:53 -05:00
Disable swapfile in :Gstatus
This commit is contained in:
@@ -1873,7 +1873,7 @@ function! s:BufReadIndex()
|
|||||||
endtry
|
endtry
|
||||||
set ft=gitcommit
|
set ft=gitcommit
|
||||||
endif
|
endif
|
||||||
setlocal ro noma nomod nomodeline bufhidden=wipe
|
setlocal ro noma nomod nomodeline noswapfile bufhidden=wipe
|
||||||
call s:JumpInit()
|
call s:JumpInit()
|
||||||
nunmap <buffer> P
|
nunmap <buffer> P
|
||||||
nunmap <buffer> ~
|
nunmap <buffer> ~
|
||||||
|
|||||||
Reference in New Issue
Block a user