Searched refs:stop_insert_mode (Results 1 – 8 of 8) sorted by relevance
288 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()
1200 EXTERN int stop_insert_mode; // for ":stopinsert" and 'insertmode' variable
2252 stop_insert_mode = TRUE; in leaving_window()2268 stop_insert_mode = FALSE; in entering_window()
2917 stop_insert_mode = FALSE; in set_bool_option()2923 stop_insert_mode = TRUE; in set_bool_option()
2484 stop_insert_mode = TRUE; in term_win_entered()
8539 stop_insert_mode = TRUE; in ex_stopinsert()
10547 reset set stop_insert_mode.10552 Solution: Declare stop_insert_mode always.
12051 Solution: Ignore stop_insert_mode when the popup menu is visible. Don't set12052 stop_insert_mode when 'insertmode' was already off. (Christian26269 Solution: Only set stop_insert_mode in a prompt buffer window.