Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c2627 lpos_T maxpos_h; in check_keepend() local
2648 maxpos_h.lnum = 0; in check_keepend()
2649 maxpos_h.col = 0; in check_keepend()
2656 limit_pos_zero(&sip->si_h_endpos, &maxpos_h); in check_keepend()
2667 if (maxpos_h.lnum == 0 in check_keepend()
2668 || maxpos_h.lnum > sip->si_h_endpos.lnum in check_keepend()
2669 || (maxpos_h.lnum == sip->si_h_endpos.lnum in check_keepend()
2670 && maxpos_h.col > sip->si_h_endpos.col)) in check_keepend()
2671 maxpos_h = sip->si_h_endpos; in check_keepend()