mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix: remove xxx comment
This commit is contained in:
parent
a58d06ebfc
commit
c7c8652146
@ -4156,7 +4156,6 @@ void scroll_redraw(int up, long count)
|
||||
}
|
||||
if (curwin->w_cursor.lnum != prev_lnum)
|
||||
coladvance(curwin->w_curswant);
|
||||
// XXX: can `moved` be used to prevent other work here?
|
||||
if (moved)
|
||||
curwin->w_viewport_invalid = true;
|
||||
redraw_later(VALID);
|
||||
|
Loading…
Reference in New Issue
Block a user