Home
last modified time | relevance | path

Searched refs:b_prompt_insert (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dwindow.c2242 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()
H A Dmouse.c1054 curbuf->b_prompt_insert = 'A'; in ins_mouse()
H A Dstructs.h3093 int b_prompt_insert; // value for restart_edit when entering member
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt26235 Solution: Set b_prompt_insert appropriately. Also correct cursor position