Fix <CR> in a table leaving insert mode
This commit is contained in:
parent
a3a499080b
commit
b170eb52f3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user