vim-patch:8.1.0715: superfluous redraw_win_later() #10523

Problem:    Superfluous call to redraw_win_later().
Solution:   Remove the call.
6f7e555f74
This commit is contained in:
Jan Edmund Lazo 2019-07-17 05:08:44 -04:00 committed by Justin M. Keyes
parent 34c6e5beaf
commit f96dec4a2c

View File

@ -119,7 +119,6 @@ static void redraw_for_cursorline(win_T *wp)
// the current window.
redrawWinline(wp, wp->w_last_cursorline);
redrawWinline(wp, wp->w_cursor.lnum);
redraw_win_later(wp, VALID);
} else {
redraw_win_later(wp, SOME_VALID);
}