Home
last modified time | relevance | path

Searched refs:b_syn_conceal (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dsyntax.c3333 if (curwin->w_s->b_syn_conceal) in syn_cmd_conceal()
3339 curwin->w_s->b_syn_conceal = TRUE; in syn_cmd_conceal()
3341 curwin->w_s->b_syn_conceal = FALSE; in syn_cmd_conceal()
3525 block->b_syn_conceal = FALSE; in syntax_clear()
4562 if (curwin->w_s->b_syn_conceal) in get_syn_options()
H A Dstructs.h2608 int b_syn_conceal; // auto-conceal for :syn cmds member