Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhighlight.c3663 int id_S, in combine_stl_hlt() argument
3688 hlt[id - 1].sg_term ^ hlt[id_S - 1].sg_term; in combine_stl_hlt()
3691 if (hlt[id - 1].sg_stop != hlt[id_S - 1].sg_stop) in combine_stl_hlt()
3694 hlt[id - 1].sg_cterm ^ hlt[id_S - 1].sg_cterm; in combine_stl_hlt()
3701 hlt[id - 1].sg_gui ^ hlt[id_S - 1].sg_gui; in combine_stl_hlt()
3743 int id_S = -1; in highlight_changed() local
3836 id_S = syn_get_final_id(id); in highlight_changed()
3862 if (id_S == -1) in highlight_changed()
3868 id_S = hlcnt + 19; in highlight_changed()
3890 combine_stl_hlt(id, id_S, id_SNC, hlcnt, i, in highlight_changed()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt20518 Solution: Check id_S to be -1 instead of zero.