aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-23 02:53:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-23 02:53:52 +1200
commit0e85227184eca1f942c47be6a284b47272b1cb5e (patch)
tree8b772078436432a8028b5e8c5e992f180ebb3661
parentMerge branch 'release/v6.39.0' into develop (diff)
downloaddotfiles-0e85227184eca1f942c47be6a284b47272b1cb5e.tar.gz
dotfiles-0e85227184eca1f942c47be6a284b47272b1cb5e.zip
Fix a couple of small comment typos
-rw-r--r--vim/vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index bfcfdd52..d8c40e38 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1041,10 +1041,10 @@ endif
" background. For any other color scheme, turn the option off, because it
" almost always stands out too much for my liking.
"
-" You'd think the autocommand pattern here could be used to match the colour
-" scheme name, and it can be ... after patch v7.4.108, when Christian Brabandt
-" fixed it. Until that version, it matched against the current buffer name,
-" so we're forced to have an explicit test in the command instead.
+" You'd think the pattern here could be used to match the color scheme name,
+" and it can be...after patch v7.4.108, when Christian Brabandt fixed it.
+" Until that version, it matched against the current buffer name, so we're
+" forced to have an explicit test in the command instead.
"
" <https://github.com/vim/vim/releases/tag/v7.4.108>
"