Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c719 int startCol = col; in screen_line() local
740 if (gui.in_use && (col > startCol || !redraw_this)) in screen_line()