From 2a2d511dceb69ead135e533e7c03294e94417a84 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 Jun 2018 10:51:57 +1200 Subject: Abbreviate .vimrc comment on 'swapfile' setting --- vim/vimrc | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3