aboutsummaryrefslogtreecommitdiff
path: root/vim/config/swapfile.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/swapfile.vim')
-rw-r--r--vim/config/swapfile.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/config/swapfile.vim b/vim/config/swapfile.vim
index bf91aa6b..de0598c2 100644
--- a/vim/config/swapfile.vim
+++ b/vim/config/swapfile.vim
@@ -1,5 +1,6 @@
-" Default to no swapfile files at all, in a way that even ancient/tiny Vims
-" will understand; the auto_swapdir.vim plugin will take care of this
+" 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
set noswapfile
" Don't keep swap files from temporary directories or shared memory in case