commit | ae654385dfb2ae4c1d70789d1dce3676dba4dfbc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 21:09:05 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 17 21:09:05 2019 +0100 |
tree | 42dcbad57fb99544e9346fa8b075df03865ba1f4 | |
parent | c771bf901622064dc27421b04853e16b6914a295 [diff] [blame] |
patch 8.1.0768: updating completions may cause the popup menu to flicker Problem: Updating completions may cause the popup menu to flicker. Solution: Avoid updating the text below the popup menu before drawing the popup menu.
diff --git a/src/version.c b/src/version.c index 719fd07..c6fe19d 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 768, +/**/ 767, /**/ 766,