aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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