Sun, 15 Jul 2018 17:25:15 -0500
Fix for mucomplete + endwise
--- a/.vimrc +++ b/.vimrc @@ -125,6 +125,8 @@ noremap <silent> <leader>a :call vimrc#A if exists("g:loaded_mucomplete") set shortmess+=c + imap <Plug>MyCR <Plug>(MUcompleteCR) + imap <cr> <Plug>MyCR endif " Command Aliases {{{