diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:16:03 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:16:35 +1200 |
commit | e3614a46746695c99da07c84fad162ec4b3057eb (patch) | |
tree | b6a0ac4f23bb6e9b811549c5c286e767dd0439e9 /vim | |
parent | Use a simpler test for colorscheme absence (diff) | |
download | dotfiles-e3614a46746695c99da07c84fad162ec4b3057eb.tar.gz dotfiles-e3614a46746695c99da07c84fad162ec4b3057eb.zip |
Remove .vimrc 'backupext' setting
The default is fine, since any backups will be tucked away in a
directory chosen by auto_cache_dirs.vim anyway, if possible.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -48,9 +48,6 @@ set backspace+=indent " Spaces from 'audoindent' set backspace+=eol " Line breaks set backspace+=start " The start of current insertion -" If a plugin enables backups, use a more explicit and familiar backup suffix -set backupext=.bak - " Allow jumping between windows and tabs to find an open instance of a given " buffer with :sbuffer. set switchbuf=useopen |