Compare commits
2 commits
241071df30
...
e8652cbc16
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | e8652cbc16 | ||
Bruno BELANYI | ace6212f49 |
|
@ -38,10 +38,10 @@ set tabstop=8
|
||||||
|
|
||||||
" File parameters {{{
|
" File parameters {{{
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" Disable backups, we have source control for that
|
" Enable swap files
|
||||||
set nobackup
|
set swapfile
|
||||||
" Disable swapfiles too
|
" And undo files
|
||||||
set noswapfile
|
set undofile
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" UI and UX parameters {{{
|
" UI and UX parameters {{{
|
||||||
|
|
Loading…
Reference in a new issue