Home
last modified time | relevance | path

Searched refs:goto_im (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmisc1.pro46 int goto_im(void);
/vim-8.2.3635/src/
H A Dmisc1.c2568 goto_im(void) in goto_im() function
H A Dmain.c1210 if (need_start_insertmode && goto_im() && !VIsual_active) in main_loop()
H A Dnormal.c1064 if (restart_edit == 0 && goto_im()) in normal_cmd()
7033 if (restart_edit == 0 && goto_im() && ex_normal_busy == 0) in nv_esc()
H A Dedit.c814 if (goto_im()) in edit()