commit | 33796b39b9f00b42ca57fa00dbbb52316d9d38ff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 16:01:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 16:01:13 2019 +0200 |
tree | 61be6b15346ab09eeaf971afbad6900ecb43efb0 | |
parent | 7c348bb5ad106cfa35dd45560c5ac5d3c8496c96 [diff] [blame] |
patch 8.1.1493: redrawing with popups is slow and causes flicker Problem: Redrawing with popups is slow and causes flicker. Solution: Avoid clearing and redrawing using a zindex mask.
diff --git a/src/version.c b/src/version.c index d1ef98b..fb159d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1493, +/**/ 1492, /**/ 1491,