commit | a540f8aa3b2570f1d903b63413301ec3d48b27d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 19:23:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 19:23:57 2019 +0200 |
tree | f9b38804f41d99da0febd16344d3ac554d3d7ed2 | |
parent | 37df9a4401f6737d6216306ea77a7e080c942aea [diff] [blame] |
patch 8.1.1527: when moving popup window over the cmdline it is not redrawn Problem: When moving a popup window over the command line it is not redrawn. Solution: Redraw the command line. Move popup redrawing code to the popupwin file.
diff --git a/src/version.c b/src/version.c index 8a9885c..1356fda 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1527, +/**/ 1526, /**/ 1525,