home: vim: disable 'swapfile'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
As before, I still dislike this option and find its downsides worse than its upsides.
This commit is contained in:
parent
abaa7119e7
commit
326f9d039a
|
@ -38,9 +38,9 @@ set tabstop=8
|
|||
|
||||
" File parameters {{{
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Enable swap files
|
||||
set swapfile
|
||||
" And undo files
|
||||
" Disable swap files
|
||||
set noswapfile
|
||||
" Enable undo files
|
||||
set undofile
|
||||
" }}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue