aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-24 11:33:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-24 11:33:01 +1200
commitdba99bd2b0b1ecab71c245ad273fe74507bc8d13 (patch)
tree97223001dbcbc510f4a4c2ea997d9fdb10505d69
parentMerge branch 'release/v6.44.0' into develop (diff)
downloaddotfiles-dba99bd2b0b1ecab71c245ad273fe74507bc8d13.tar.gz
dotfiles-dba99bd2b0b1ecab71c245ad273fe74507bc8d13.zip
Fix bug in previous pattern
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 8cef812f..8413ce7c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -423,7 +423,7 @@ let &spellfile = $MYVIM.'/cache/spell/'.join([
" 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])'
+let &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