From 08cc3a6bf7a6f8e14575dfe8bb2223bb5731e7f0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 25 Jun 2019 00:26:53 +1200 Subject: Correct two typos --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index f19f32ba..991bb79e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -411,11 +411,11 @@ let &spellfile = $MYVIM.'/cache/spell/'.join([ \,'add' \], '.') -" Spell checking includes optional support for catching lowercase letters at +" Spell checking includes optional support for catching lower case letters at " the start of sentences, and defines a pattern in 'spellcapcheck' for the end " of a sentence. The default is pretty good, but with two-spacing with " 'cpoptions' including 'J' and 'formatoptions' including 'p' as set later in -" this file, we can be less ambiguous in this pattern. We requre two +" this file, we can be less ambiguous in this pattern. We require two " consecutive spaces, a newline, a carriage return, or a tab to mark the end " of a sentence. This means that we could make abbreviations like "i.e. " something" without flagging "something" as a spelling error. -- cgit v1.2.3