Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9script.c109 set_option_value((char_u *)"cpo", 0L, (char_u *)CPO_VIM, OPT_NO_REDRAW); in ex_vim9script()
H A Dvim.h1234 #define OPT_NO_REDRAW 0x80 // ignore redraw flags on option macro
H A Doptionstr.c2501 if ((opt_flags & OPT_NO_REDRAW) == 0) in did_set_string_option()
H A Dscriptfile.c1491 set_option_value((char_u *)"cpo", 0L, si->sn_save_cpo, OPT_NO_REDRAW); in do_source()
H A Doption.c3289 if ((opt_flags & OPT_NO_REDRAW) == 0) in set_bool_option()
3848 if ((opt_flags & OPT_NO_REDRAW) == 0) in set_num_option()