diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-06-20 00:00:43 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-06-20 00:00:43 +1200 |
commit | 50dea6ef40330aca0ad11060a0766af776159488 (patch) | |
tree | 7cbf111b90a2ebde18587d38403d673af6828902 /vim | |
parent | Merge branch 'release/v6.33.0' into develop (diff) | |
download | dotfiles-50dea6ef40330aca0ad11060a0766af776159488.tar.gz dotfiles-50dea6ef40330aca0ad11060a0766af776159488.zip |
Flip a test
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1153,7 +1153,7 @@ nnoremap <expr> <Space> " If the plugin isn't available, I just abandon CTRL-C to continue its " uselessness. " -if &loadplugins && globpath(&runtimepath, 'plugin/insert_cancel.vim') ==# '' +if &loadplugins && globpath(&runtimepath, 'plugin/insert_cancel.vim') !=# '' imap <C-C> <Plug>(InsertCancel) endif |