Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c78 #define SPTYPE_MATCH 1 // match keyword with this group ID macro
962 == SPTYPE_MATCH in syn_update_ends()
1963 && (spp->sp_type == SPTYPE_MATCH in syn_current_attr()
2087 else if (spp->sp_type == SPTYPE_MATCH) in syn_current_attr()
4040 if (spp->sp_type == SPTYPE_MATCH) in syn_list_one()
4995 SYN_ITEMS(curwin->w_s)[idx].sp_type = SPTYPE_MATCH; in syn_cmd_match()