commit | 04357fbb87e65e50cc76295aec50114adb5cbd68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 10 21:50:56 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 10 21:50:56 2019 +0100 |
tree | 5a6a33328beb8ed9e2a7b21265767a4ba0433209 | |
parent | 2ed639abdc4000436115f378e28320b7bee38a6e [diff] [blame] |
patch 8.1.2415: popup menu flickers if an info popup is used Problem: Popup menu flickers if an info popup is used. (Nick Spoons) Solution: Set the pum_skip_redraw flag.
diff --git a/src/version.c b/src/version.c index 4e9dc94..645631e 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2415, +/**/ 2414, /**/ 2413,