From 0e85227184eca1f942c47be6a284b47272b1cb5e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 23 Jun 2019 02:53:52 +1200 Subject: Fix a couple of small comment typos --- vim/vimrc | 8 ++++---- 1 file 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. " " " -- cgit v1.2.3