From 3fcda2fcc5dc783e6e48710d928437c0ce4509cf Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 29 Nov 2018 23:58:12 +1300 Subject: Comment conditional set of (InsertCancel) --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 27c4d3e5..d8832fb7 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -223,7 +223,7 @@ nnoremap :nohlsearch vnoremap :nohlsearchgv " Remap insert Ctrl-C to undo the escaped insert operation -if &loadplugins +if &loadplugins " Don't break the key if we won't be getting the plugin imap (InsertCancel) endif -- cgit v1.2.3