commit | e9a891f2559f0ef73596bce025e06bc36b092cbb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 15:26:24 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 15:26:24 2019 +0200 |
tree | 7b8cd234f1c4eac11b671ac603e12d56008ce250 | |
parent | 356375fbf882535b5a5980d175c11abfa446a7cb [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ae4b4e9..c79dfbc 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1918, +/**/ 1917, /**/ 1916,