From f336258322c51f86161bf4e76fc4a7c63b9d25d5 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 3 Aug 2018 15:50:05 +1000 Subject: [PATCH] Remove compatibility hack from init.vim, since mucomplete and endwise now play nicely without hacks --- config/vim/init.vim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/vim/init.vim b/config/vim/init.vim index d881117..b92035f 100644 --- a/config/vim/init.vim +++ b/config/vim/init.vim @@ -88,8 +88,3 @@ let g:mucomplete#can_complete = { \'omni': {t -> strlen(&l:omnifunc) > 0 && t =~# '\m\k\%(\k\|\.\)$'} \} \} - -" For lifepillar/vim-mucomplete and tpope/vim-endwise to play well together, -" this mapping is required. :he mucomplete-compatibility -imap MyCR (MUcompleteCR) -imap MyCR