.vimrc

changeset 711
ffdc56854d48
parent 710
b3b2c42cc042
child 714
ec87c6a8bac5
equal deleted inserted replaced
710:b3b2c42cc042 711:ffdc56854d48
123 123
124 noremap <silent> <leader>a :call vimrc#AutoFmtToggle()<CR> 124 noremap <silent> <leader>a :call vimrc#AutoFmtToggle()<CR>
125 125
126 if exists("g:loaded_mucomplete") 126 if exists("g:loaded_mucomplete")
127 set shortmess+=c 127 set shortmess+=c
128 imap <Plug>MyCR <Plug>(MUcompleteCR)
129 imap <cr> <Plug>MyCR
128 endif 130 endif
129 131
130 " Command Aliases {{{ 132 " Command Aliases {{{
131 command! -nargs=+ CAlias call vimrc#CommandAlias(<f-args>) 133 command! -nargs=+ CAlias call vimrc#CommandAlias(<f-args>)
132 CAlias Q q 134 CAlias Q q

mercurial