mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
34c6e5beaf
commit
f96dec4a2c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user