.vimrc

changeset 711
ffdc56854d48
parent 710
b3b2c42cc042
child 714
ec87c6a8bac5
--- 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  {{{

mercurial