aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
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)