aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-21 10:51:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-21 10:53:37 +1200
commit2a2d511dceb69ead135e533e7c03294e94417a84 (patch)
treeec1c0c3122b9cad6993adff7e400599355b8d82a /vim
parentUpdate comment on Vim 'spelllang' (diff)
downloaddotfiles-2a2d511dceb69ead135e533e7c03294e94417a84.tar.gz
dotfiles-2a2d511dceb69ead135e533e7c03294e94417a84.zip
Abbreviate .vimrc comment on 'swapfile' setting
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 243d2668..71fe8cc8 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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