aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-08 23:42:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-08 23:42:06 +1200
commitb724abe5798a09c13df80d503e97a81d0fadac9b (patch)
tree516b946b7e77363184d53d036d280e7b5c4b4952 /vim
parentAdjust split explanation (diff)
downloaddotfiles-b724abe5798a09c13df80d503e97a81d0fadac9b.tar.gz
dotfiles-b724abe5798a09c13df80d503e97a81d0fadac9b.zip
Flesh out a comment
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3e3f54cc..8ccfa18f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -86,7 +86,7 @@ endif
" If we have a directory creation function, and the cache directory doesn't
" already exist, create it. This will be where backup, swap, undo, and
-" viminfo files are stored.
+" viminfo files are stored, each in their own directories.
"
if exists('*mkdir') && !isdirectory($MYVIM.'/cache')
call mkdir($MYVIM.'/cache', 'p', 0700)