mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +00:00
refactor(ui): separate types for allocated grids and viewports
This commit is contained in:
@@ -2363,7 +2363,7 @@ void showmatch(int c)
|
||||
|
||||
bool col_visible = curwin->w_p_wrap
|
||||
|| (vcol >= curwin->w_leftcol
|
||||
&& vcol < curwin->w_leftcol + curwin->w_width_inner);
|
||||
&& vcol < curwin->w_leftcol + curwin->w_view_width);
|
||||
if (!col_visible) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user