mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
fix: appease linter
This commit is contained in:
@@ -8199,10 +8199,11 @@ static void ex_mark(exarg_T *eap)
|
||||
*/
|
||||
void update_topline_cursor(void)
|
||||
{
|
||||
check_cursor(); /* put cursor on valid line */
|
||||
check_cursor(); // put cursor on valid line
|
||||
update_topline(curwin);
|
||||
if (!curwin->w_p_wrap)
|
||||
if (!curwin->w_p_wrap) {
|
||||
validate_cursor();
|
||||
}
|
||||
update_curswant();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user