Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c237 long vcol_prev = -1; // "vcol" of previous character in win_line() local
1344 || ((int)vcol_prev == fromcol_prev in win_line()
1345 && vcol_prev < vcol // not at margin in win_line()
1554 || vcol < fromcol || vcol_prev < fromcol_prev in win_line()
2872 vcol_prev = vcol; in win_line()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt8086 Solution: Check that vcol_prev is smaller than vcol.