aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-24 11:33:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-24 11:33:10 +1200
commita139961a084e66e6ecd9121ec43a636592b41b37 (patch)
tree83063c8ae9af53dcc6905f0c8182debc8a4f36ac
parentMerge branch 'release/v6.44.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-a139961a084e66e6ecd9121ec43a636592b41b37.tar.gz
dotfiles-a139961a084e66e6ecd9121ec43a636592b41b37.zip
Merge branch 'release/v6.45.0'v6.45.0
* release/v6.45.0: Fix bug in previous pattern
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 5021d22b..ea7e007a 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v6.44.0
-Sun, 23 Jun 2019 23:30:34 +0000
+tejr dotfiles v6.45.0
+Sun, 23 Jun 2019 23:33:10 +0000
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