From cc89a0f03c56cd20a01d2762904ea115bbdbb156 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 16 May 2020 01:27:07 +1200 Subject: Correct some poor writing --- vim/vimrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 0d9c7b39..bdd1532d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -281,10 +281,9 @@ endif " Vim invocations. " " The 'undodir' option has the same structure as 'backupdir' and 'directory'; -" if we have a user runtime directory, create a sub-subdirectory within it -" dedicated to the undo files cache. Note also the trailing double-slash as -" a signal to Vim to use the full path of the original file in its undo file -" cache’s name. +" if we have a user cache directory, create a subdirectory within it dedicated +" to the undo files cache. Note also the trailing double-slash as a signal to +" Vim to use the full path of the original file in its undo file cache’s name. " " Support for these persistent undo file caches was not released until v7.3.0, " so we need to check for the feature’s presence before we enable it. -- cgit v1.2.3