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()
|
||||
if res != ""
|
||||
exe "normal! " . res . "\<Right>"
|
||||
startinsert
|
||||
return
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user