0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.1.1918: redrawing popups is inefficient

Problem:    Redrawing popups is inefficient.
Solution:   Fix the logic to compute what window lines to redraw.  Make it
            work below the last line.  Remove redrawing all windows.
This commit is contained in:
Bram Moolenaar
2019-08-24 15:26:24 +02:00
parent 356375fbf8
commit e9a891f255
2 changed files with 19 additions and 14 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1918,
/**/
1917,
/**/