Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c2184 || ((current_next_flags & HL_SKIPEMPTY) in syn_current_attr()
2330 && !(current_next_flags & (HL_SKIPNL | HL_SKIPEMPTY))) in syn_current_attr()
2515 if (!(current_next_flags & (HL_SKIPNL | HL_SKIPEMPTY)) in check_state_ends()
4016 {HL_SKIPEMPTY, "skipempty"}, in syn_list_one()
4287 || prev_skipempty != (kp->flags & HL_SKIPEMPTY) in syn_list_keywords()
4334 if (kp->flags & HL_SKIPEMPTY) in syn_list_keywords()
4338 prev_skipempty = (kp->flags & HL_SKIPEMPTY); in syn_list_keywords()
4544 {"sSkKiIpPeEmMpPtTyY", 0, HL_SKIPEMPTY}, in get_syn_options()
H A Dvim.h895 # define HL_SKIPEMPTY 0x200 // nextgroup can skip empty lines macro