From bf0190eb307e3d8945bedf95017ba6333e394379 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 16 Jun 2019 17:53:50 +1200 Subject: Strip a trailing space --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 93db7ac9..1273840f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1109,7 +1109,7 @@ nnoremap " 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 (InsertCancel) endif -- cgit v1.2.3 From 42bacf9ba5068c61b35b4d6fbb178df29f4fd3a1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 16 Jun 2019 17:54:07 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 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 -- cgit v1.2.3