Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c618 lpos_T found_m_endpos; in syn_sync() local
718 found_m_endpos.lnum = 0; in syn_sync()
719 found_m_endpos.col = 0; in syn_sync()
784 found_m_endpos = cur_si->si_m_endpos; in syn_sync()
789 if (found_m_endpos.lnum > current_lnum) in syn_sync()
791 current_lnum = found_m_endpos.lnum; in syn_sync()
792 current_col = found_m_endpos.col; in syn_sync()
796 else if (found_m_endpos.col > current_col) in syn_sync()
797 current_col = found_m_endpos.col; in syn_sync()
846 current_col = found_m_endpos.col; in syn_sync()
[all …]