aboutsummaryrefslogtreecommitdiff
path: root/vim/config/undo.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-05-31 21:52:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-05-31 21:52:50 +1200
commit6bdfa50dfda582b42c78bdf335378e71b35e0fb0 (patch)
tree204e9d3dca1c95d7e88e7fb69e63460c05ce9e4a /vim/config/undo.vim
parentMerge branch 'hotfix/v0.37.1' into develop (diff)
downloaddotfiles-6bdfa50dfda582b42c78bdf335378e71b35e0fb0.tar.gz
dotfiles-6bdfa50dfda582b42c78bdf335378e71b35e0fb0.zip
Merge auto_*dir.vim plugins into one, spun out
Functionality merged into new plugin auto_cache_dir.vim.
Diffstat (limited to 'vim/config/undo.vim')
-rw-r--r--vim/config/undo.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/config/undo.vim b/vim/config/undo.vim
index f85d9d8c..b9186d6f 100644
--- a/vim/config/undo.vim
+++ b/vim/config/undo.vim
@@ -5,7 +5,7 @@ inoremap <C-c> <C-c>u
set undolevels=2000
" 'undodir' and 'undofile' settings will be taken care of by the
-" auto_undodir.vim plugin if applicable/possible
+" auto_cache_dirs.vim plugin if applicable/possible
if has('persistent_undo')
" Turn off the option by default