Skip to content

Commit ff1c8bc

Browse files
committed
Merge pull request spf13#669 from wolfgangpfnuer/patch-1
replace iunmap <CR> with inoremap <CR> <CR>
2 parents 70c38b1 + a299f31 commit ff1c8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@
727727
smap <C-k> <Plug>(neosnippet_expand_or_jump)
728728
endif
729729
if exists('g:spf13_noninvasive_completion')
730-
iunmap <CR>
730+
inoremap <CR> <CR>
731731
" <ESC> takes you out of insert mode
732732
inoremap <expr> <Esc> pumvisible() ? "\<C-y>\<Esc>" : "\<Esc>"
733733
" <CR> accepts first, then sends the <CR>
@@ -840,7 +840,7 @@
840840
imap <C-k> <Plug>(neosnippet_expand_or_jump)
841841
smap <C-k> <Plug>(neosnippet_expand_or_jump)
842842
if exists('g:spf13_noninvasive_completion')
843-
iunmap <CR>
843+
inoremap <CR> <CR>
844844
" <ESC> takes you out of insert mode
845845
inoremap <expr> <Esc> pumvisible() ? "\<C-y>\<Esc>" : "\<Esc>"
846846
" <CR> accepts first, then sends the <CR>

0 commit comments

Comments
 (0)