Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1232 #define OPT_NOWIN 0x20 // don't set window-local options macro
H A Dautocmd.c1407 do_modelines(curwin == aucmd_win ? OPT_NOWIN : 0); in ex_doautoall()
H A Doption.c1453 if ((opt_flags & OPT_NOWIN) && opt_idx >= 0 in do_set()
H A Dquickfix.c6294 do_modelines(OPT_NOWIN); in vgr_process_files()