aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-16 17:54:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-16 17:54:08 +1200
commit056f806fe3c2ca4f2dcfe9b245dbe3416ffa26b5 (patch)
treeadb693c9f5a8803a09497f7a5839787b779ce3f4
parentMerge branch 'release/v6.17.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-6.18.0.tar.gz (sig)
dotfiles-6.18.0.zip
Merge branch 'release/v6.18.0'v6.18.0
* release/v6.18.0: Strip a trailing space
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 22586eb1..83f700b1 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v6.17.0
-Sun, 16 Jun 2019 05:53:13 +0000
+tejr dotfiles v6.18.0
+Sun, 16 Jun 2019 05:54:07 +0000
diff --git a/vim/vimrc b/vim/vimrc
index 93db7ac9..1273840f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1109,7 +1109,7 @@ nnoremap <expr> <Space>
" If the plugin isn't available, I just abandon CTRL-C to continue its
" uselessness.
"
-if &loadplugins
+if &loadplugins
\ && globpath(&runtimepath, 'plugin/insert_cancel.vim') !=# ''
imap <C-C> <Plug>(InsertCancel)
endif