Home
last modified time | relevance | path

Searched refs:stop_insert_mode (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dedit.c288 stop_insert_mode = FALSE; in edit()
453 if (stop_insert_mode && !pum_visible()) in edit()
601 if (stop_insert_mode) in edit()
3440 else if (stop_insert_mode) in ins_reg()
H A Dglobals.h1200 EXTERN int stop_insert_mode; // for ":stopinsert" and 'insertmode' variable
H A Dwindow.c2252 stop_insert_mode = TRUE; in leaving_window()
2268 stop_insert_mode = FALSE; in entering_window()
H A Doption.c2917 stop_insert_mode = FALSE; in set_bool_option()
2923 stop_insert_mode = TRUE; in set_bool_option()
H A Dterminal.c2484 stop_insert_mode = TRUE; in term_win_entered()
H A Dex_docmd.c8539 stop_insert_mode = TRUE; in ex_stopinsert()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt10547 reset set stop_insert_mode.
10552 Solution: Declare stop_insert_mode always.
H A Dversion8.txt12051 Solution: Ignore stop_insert_mode when the popup menu is visible. Don't set
12052 stop_insert_mode when 'insertmode' was already off. (Christian
26269 Solution: Only set stop_insert_mode in a prompt buffer window.