From c7c865214655f7d88fde85ed4947f07319c14182 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Sun, 1 Nov 2020 05:00:20 -0500 Subject: [PATCH] fix: remove xxx comment --- src/nvim/normal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nvim/normal.c b/src/nvim/normal.c index 2812297347..f291adaffe 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -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);