Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c291 int prev_syntax_col = -1; // column of prev_syntax_attr in win_line() local
1477 if (v == prev_syntax_col) in win_line()
1490 prev_syntax_col = v; in win_line()