vim: Disable swapfile-warning instead of the files
This should make it possible to actually recover something on a crash without those warnings.
This commit is contained in:
@@ -64,5 +64,5 @@ set listchars=tab:>·
|
|||||||
set scrolloff=15
|
set scrolloff=15
|
||||||
" Enable mouse in normal and visual mode
|
" Enable mouse in normal and visual mode
|
||||||
set mouse=nv
|
set mouse=nv
|
||||||
" Disable pesky swap files
|
" Disable pesky swap file warnings
|
||||||
set noswapfile
|
set shortmess+=A
|
||||||
|
|||||||
Reference in New Issue
Block a user