.vimrc

changeset 710
b3b2c42cc042
parent 702
f817544836c7
child 711
ffdc56854d48
--- a/.vimrc
+++ b/.vimrc
@@ -124,9 +124,6 @@ noremap <leader>tm :Tabularize methods<C
 noremap <silent> <leader>a :call vimrc#AutoFmtToggle()<CR>
 
 if exists("g:loaded_mucomplete")
-  inoremap <expr> <c-e> mucomplete#popup_exit("\<c-e>")
-  inoremap <expr> <c-y> mucomplete#popup_exit("\<c-y>")
-  inoremap <expr>  <cr> mucomplete#popup_exit("\<cr>")
   set shortmess+=c
 endif
 

mercurial