aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1f5f1743..1b6e61a5 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -436,10 +436,7 @@ let &isfname = s:isfname
" of a sentence. This means that we could make abbreviations like "i.e.
" 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.
-"
-let &spellcapcheck = '[.?!]\%( \|[\n\r\t]\)'
+set spellcapcheck=[.?!]\\%(\ \ \\\|[\\n\\r\\t]\\)
" For word completion in insert mode with CTRL-X CTRL-K, or if 'complete'
" includes the ‘k’ flag, the 'dictionary' option specifies the path to the