Searched refs:OPT_NO_REDRAW (Results 1 – 5 of 5) sorted by relevance
109 set_option_value((char_u *)"cpo", 0L, (char_u *)CPO_VIM, OPT_NO_REDRAW); in ex_vim9script()
1234 #define OPT_NO_REDRAW 0x80 // ignore redraw flags on option macro
2501 if ((opt_flags & OPT_NO_REDRAW) == 0) in did_set_string_option()
1491 set_option_value((char_u *)"cpo", 0L, si->sn_save_cpo, OPT_NO_REDRAW); in do_source()
3289 if ((opt_flags & OPT_NO_REDRAW) == 0) in set_bool_option()3848 if ((opt_flags & OPT_NO_REDRAW) == 0) in set_num_option()