Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c244 static lpos_T next_match_m_endpos; // position for end of next match variable
2119 next_match_m_endpos = endpos; in syn_current_attr()
2143 if (next_match_m_endpos.lnum == current_lnum in syn_current_attr()
2144 && next_match_m_endpos.col == current_col in syn_current_attr()
2407 update_si_end(cur_si, (int)(next_match_m_endpos.col), TRUE); in push_next_match()
2412 cur_si->si_m_endpos = next_match_m_endpos; in push_next_match()