aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-10 14:04:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-10 14:04:33 +1200
commit58450a02dd814483760f9921854e41c5870e12c8 (patch)
tree71c1ffabe6d22a5e944eb13aca96a3b9d86156c0
parentAdd a command prefix (diff)
downloaddotfiles-58450a02dd814483760f9921854e41c5870e12c8.tar.gz
dotfiles-58450a02dd814483760f9921854e41c5870e12c8.zip
Correct a badly copy-pasted sentence
-rw-r--r--vim/vimrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f87f906a..95ca61ae 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1009,9 +1009,8 @@ endtry
" However, I only want that functionality mapped if the required plugin is
" actually going to load, so I check that it's available and that the
" 'loadplugin' option is set before using its provided map target, because if
-" it doesn't it will kill the space key. it kills the space key. If the
-" plugin doesn't look like it's going to load, I just bind Space to do the
-" same thing as PageDown.
+" it doesn't it will kill the space key. If the plugin doesn't look like it's
+" going to load, I just bind Space to do the same thing as PageDown.
"
" Either way, the downside of this arrangement is it's an easy key to hit
" accidentally. I'm keeping it for the moment, though.