Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmatch.c752 int next_col = col + mb_ptr2len(*line + col); in update_search_hl() local
754 if (shl->endcol < next_col) in update_search_hl()
755 shl->endcol = next_col; in update_search_hl()
H A Ddrawscreen.c983 int next_col; in redraw_win_toolbar() local
1012 next_col = text_to_screenline(wp, menu->name, col); in redraw_win_toolbar()
1013 while (col < next_col) in redraw_win_toolbar()