diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-21 10:51:57 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-21 10:53:37 +1200 |
commit | 2a2d511dceb69ead135e533e7c03294e94417a84 (patch) | |
tree | ec1c0c3122b9cad6993adff7e400599355b8d82a /vim | |
parent | Update comment on Vim 'spelllang' (diff) | |
download | dotfiles-2a2d511dceb69ead135e533e7c03294e94417a84.tar.gz dotfiles-2a2d511dceb69ead135e533e7c03294e94417a84.zip |
Abbreviate .vimrc comment on 'swapfile' setting
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -110,9 +110,7 @@ set shortmess+=T " Truncate other message in midle if too long set shortmess+=w " written -> [w], appended -> [a] set shortmess+=x " [dos format] -> [dos] -" Default to no swap files at all, in a way that even ancient/tiny Vims will -" understand; the auto_cache_dirs.vim plugin will take care of re-enabling -" this with a 'directory' setting +" Default to no swap files at all, let auto_cache_dirs.vim set it set noswapfile " Never use any kind of bell, visual or not |