Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_cmds2.c481 buf->b_flags &= ~BF_SYN_SET; in ex_listdo()
689 if (buf->b_nwindows > 0 && (buf->b_flags & BF_SYN_SET)) in ex_listdo()
691 buf->b_flags &= ~BF_SYN_SET; in ex_listdo()
H A Dvim.h742 #define BF_SYN_SET 0x200 // 'syntax' option was set macro
H A Doptionstr.c2425 curbuf->b_flags |= BF_SYN_SET; in did_set_string_option()