commit | b13d3405fffae1115acc1433479b616f30e292e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 13:44:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 13:44:28 2022 +0100 |
tree | 58a8ab1a5d00c7efd13eb1ae953051ece2746790 | |
parent | f73e5ba56f4aca1cd6e38f1c8ea24e941bf6b33f [diff] [blame] |
patch 9.0.0317: when updating the whole screen a popup may not be redrawn Problem: When updating the whole screen a popup may not be redrawn. Solution: Mark the screen and windows for redraw also when not clearing. Also mark popup windows for redraw.
diff --git a/src/version.c b/src/version.c index 4dbe100..6cd7bd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 317, +/**/ 316, /**/ 315,