From cf96e0d70b94cf82dc6cd4849ff93ab6e3f8b722 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 9 Jun 2019 23:40:56 +1200 Subject: Flesh out comment on persistent undo --- vim/vimrc | 4 ++-- 1 file 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 -- cgit v1.2.3