Home
last modified time | relevance | path

Searched refs:BCO_ALWAYS (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h1091 #define BCO_ALWAYS 2 // always copy the options macro
H A Dbuffer.c2182 buf_copy_options(buf, BCO_ALWAYS); in buflist_new()
H A Doption.c5864 if (should_copy || (flags & BCO_ALWAYS)) in buf_copy_options()