From 0a3e8715e82880b4b8fa5432bd1c2dc07e09e439 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 25 Jun 2019 00:25:42 +1200 Subject: Correct a word in a comment --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 6dc685f8..f19f32ba 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -418,7 +418,7 @@ let &spellfile = $MYVIM.'/cache/spell/'.join([ " this file, we can be less ambiguous in this pattern. We requre 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 flatting "something" as a spelling error. +" something" without flagging "something" as a spelling error. " " We use :let syntax rather than :set here, just to avoid a whole bunch of " annoying escaping for the value. -- cgit v1.2.3