Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c1714 ? (syn_block->b_spell_cluster_id == 0) in get_syntax_attr()
2258 if (syn_block->b_spell_cluster_id == 0) in syn_current_attr()
2284 sps.id = syn_block->b_spell_cluster_id; in syn_current_attr()
2323 ? (syn_block->b_spell_cluster_id == 0) in syn_current_attr()
3541 block->b_spell_cluster_id = 0; in syntax_clear()
5548 curwin->w_s->b_spell_cluster_id = len + SYNID_CLUSTER; in syn_add_cluster()
H A Dstructs.h2591 int b_spell_cluster_id; // @Spell cluster ID or 0 member