Searched refs:b_prompt_insert (Results 1 – 4 of 4) sorted by relevance
2242 win->w_buffer->b_prompt_insert = restart_edit; in leaving_window()2253 if (win->w_buffer->b_prompt_insert == NUL) in leaving_window()2254 win->w_buffer->b_prompt_insert = 'A'; in leaving_window()2267 if (win->w_buffer->b_prompt_insert != NUL) in entering_window()2272 restart_edit = win->w_buffer->b_prompt_insert; in entering_window()
1054 curbuf->b_prompt_insert = 'A'; in ins_mouse()
3093 int b_prompt_insert; // value for restart_edit when entering member
26235 Solution: Set b_prompt_insert appropriately. Also correct cursor position