mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
linter: fix issues
This commit is contained in:
@@ -3677,9 +3677,9 @@ int build_stl_str_hl(
|
||||
// In list mode virtcol needs to be recomputed
|
||||
colnr_T virtcol = wp->w_virtcol;
|
||||
if (wp->w_p_list && wp->w_p_lcs_chars.tab1 == NUL) {
|
||||
wp->w_p_list = FALSE;
|
||||
wp->w_p_list = false;
|
||||
getvcol(wp, &wp->w_cursor, NULL, &virtcol, NULL);
|
||||
wp->w_p_list = TRUE;
|
||||
wp->w_p_list = true;
|
||||
}
|
||||
++virtcol;
|
||||
// Don't display %V if it's the same as %c.
|
||||
|
Reference in New Issue
Block a user