aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-13 09:35:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-13 09:35:43 +1200
commit1d4c812ae3cb5e9682a23bf7525dcaf57c4efc06 (patch)
tree29acc7d898dbde187c2d927bfd4a267a200a8c6b
parentCorrect example ext-finder shell script in vimrc (diff)
downloaddotfiles-1d4c812ae3cb5e9682a23bf7525dcaf57c4efc06.tar.gz
dotfiles-1d4c812ae3cb5e9682a23bf7525dcaf57c4efc06.zip
Add a missing quote in a comment
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 4f52ff2f..501b32d6 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -351,7 +351,7 @@ endif
" default of writing them to the same directory as the buffer file. Add two
" trailing slashes to the path to prompt Vim to use the full escaped path in
" its name, in order to avoid filename collisions, since the 'directory'
-" option has supported that hint for much longer than 'backupdir has. We
+" option has supported that hint for much longer than 'backupdir' has. We
" apply :Establish to attempt to create the path first, if needed.
"
Establish $MYVIM/cache/swap