aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 20:28:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 20:28:05 +1200
commit7d1942ef6f2c600712908beb5b3355e2b4e04c8e (patch)
treeff74842fccbcdb83f213a6f27b63d6bd67d1f68c
parentMerge branch 'hotfix/v5.41.1' into develop (diff)
downloaddotfiles-7d1942ef6f2c600712908beb5b3355e2b4e04c8e.tar.gz
dotfiles-7d1942ef6f2c600712908beb5b3355e2b4e04c8e.zip
Rewrite a misleading paragraphy
-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