aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 23:40:56 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 23:40:56 +1200
commitcf96e0d70b94cf82dc6cd4849ff93ab6e3f8b722 (patch)
tree3db56a63495786536185215795831e0a60efbe5c
parentAdjust layout and commentary on 'wild...' :sets (diff)
downloaddotfiles-cf96e0d70b94cf82dc6cd4849ff93ab6e3f8b722.tar.gz
dotfiles-cf96e0d70b94cf82dc6cd4849ff93ab6e3f8b722.zip
Flesh out comment on persistent undo
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 4aa15079..18f7c8fd 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -715,8 +715,8 @@ if has('persistent_undo')
endif
" Turn the persistent undo features on, regardless of whether we have
- " a cache directory for them. It's better than losing the history
- " completely.
+ " a cache directory for them as a result of the logic above. It's better
+ " than losing the history completely.
"
set undofile