mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
multigrid: Fix lint errors
This commit is contained in:

committed by
Björn Linse

parent
8b47b56fc6
commit
ba6f9f60ad
@@ -2129,7 +2129,7 @@ static int vgetorpeek(int advance)
|
||||
col = curwin->w_cursor.col - 1;
|
||||
}
|
||||
} else if (curwin->w_p_wrap && curwin->w_wrow) {
|
||||
--curwin->w_wrow;
|
||||
curwin->w_wrow--;
|
||||
curwin->w_wcol = curwin->w_grid.Columns - 1;
|
||||
col = curwin->w_cursor.col - 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user