aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index ed825c4d..ebd0546a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -354,10 +354,8 @@ if has('persistent_undo')
Establish $MYVIM/cache/undo
set undodir^=$MYVIM/cache/undo//
- " Turn the persistent undo features on, regardless of whether we have
- " a cache directory for them as a result of the logic above. The files
- " might sprinkle around the filesystem annoyingly, but that's still better
- " than losing the history completely.
+ " Turn the persistent undo features on, now that we hopefully have a cache
+ " directory configured to collect them.
"
set undofile