Home
last modified time | relevance | path

Searched refs:w_ve_flags (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Ddrawscreen.c2009 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()
H A Dops.c1485 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()
H A Doption.c5196 ((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()
H A Doptionstr.c2093 flags = &curwin->w_ve_flags; in did_set_string_option()
H A Dstructs.h245 #define w_ve_flags w_onebuf_opt.wo_ve_flags // flags for 'virtualedit' macro