Fix <CR> in a table leaving insert mode

This commit is contained in:
EinfachToll 2013-07-30 09:56:33 +02:00
parent a3a499080b
commit b170eb52f3

View File

@ -334,6 +334,7 @@ function! s:CR(normal, just_mrkr) "{{{
let res = vimwiki#tbl#kbd_cr() let res = vimwiki#tbl#kbd_cr()
if res != "" if res != ""
exe "normal! " . res . "\<Right>" exe "normal! " . res . "\<Right>"
startinsert
return return
endif endif
endif endif