aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-16 01:27:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-16 01:29:15 +1200
commitcc89a0f03c56cd20a01d2762904ea115bbdbb156 (patch)
treee2c720633d7e29815349cafb52eba83466539c2b /vim/vimrc
parentBail from Vim if &runtimepath is empty (diff)
downloaddotfiles-cc89a0f03c56cd20a01d2762904ea115bbdbb156.tar.gz
dotfiles-cc89a0f03c56cd20a01d2762904ea115bbdbb156.zip
Correct some poor writing
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc7
1 files changed, 3 insertions, 4 deletions
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.