Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.c1271 && !(opt_flags & OPT_MODELINE)) in do_set()
1293 else if (STRNCMP(arg, "termcap", 7) == 0 && !(opt_flags & OPT_MODELINE)) in do_set()
1458 if (opt_flags & OPT_MODELINE) in do_set()
2104 if ((opt_flags & OPT_MODELINE) in do_set()
2251 || (opt_flags & OPT_MODELINE))) in did_set_option()
2599 if (!(opt_flags & OPT_MODELINE)) in set_option_sctx_idx()
2686 if (opt_flags & OPT_MODELINE) in apply_optionset_autocmd()
H A Doptionstr.c178 if (opt_flags & OPT_MODELINE) in trigger_optionsset_string()
2434 if (!(opt_flags & OPT_MODELINE) || value_changed) in did_set_string_option()
H A Dvim.h1230 #define OPT_MODELINE 0x08 // option in modeline macro
H A Dbuffer.c5554 retval = do_set(s, OPT_MODELINE | OPT_LOCAL | flags); in chk_modeline()