Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c1908 & HL_CONCEAL; in syn_current_attr()
2400 CUR_STATE(current_state.ga_len - 2).si_flags & HL_CONCEAL; in push_next_match()
2425 save_flags = cur_si->si_flags & (HL_CONCEAL | HL_CONCEALENDS); in push_next_match()
2448 cur_si->si_flags |= HL_CONCEAL; in push_next_match()
2497 cur_si->si_flags |= HL_CONCEAL; in check_state_ends()
4007 {HL_CONCEAL, "conceal"}, in syn_list_one()
4549 {"cCoOnNcCeEaAlL", 0, HL_CONCEAL}, in get_syn_options()
4563 opt->flags |= HL_CONCEAL; in get_syn_options()
H A Dvim.h903 # define HL_CONCEAL 0x20000 // can be concealed macro
H A Ddrawline.c2429 && ((syntax_flags & HL_CONCEAL) != 0 || has_match_conc > 0) in win_line()
H A Devalfunc.c9806 if ((syntax_flags & HL_CONCEAL) && curwin->w_p_cole < 3) in f_synconcealed()
9823 (syntax_flags & HL_CONCEAL) != 0); in f_synconcealed()