Searched refs:w_ve_flags (Results 1 – 5 of 5) sorted by relevance
2009 int save_ve_flags = curwin->w_ve_flags; in win_update()2012 curwin->w_ve_flags = VE_ALL; in win_update()2017 curwin->w_ve_flags = save_ve_flags; in win_update()
1485 int old_ve_flags = curwin->w_ve_flags; in op_insert()1490 curwin->w_ve_flags = VE_ALL; in op_insert()1495 curwin->w_ve_flags = old_ve_flags; in op_insert()
5196 ((win_T *)from)->w_ve_flags = 0; in unset_global_local_option()7064 return (curwin->w_ve_flags ? curwin->w_ve_flags : ve_flags) in get_ve_flags()
2093 flags = &curwin->w_ve_flags; in did_set_string_option()
245 #define w_ve_flags w_onebuf_opt.wo_ve_flags // flags for 'virtualedit' macro