commit | afe45b68a67769a61b44a96b0ffe3bfce4e9316e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 13 22:35:19 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 13 22:35:19 2019 +0100 |
tree | a329007970730728fae316fe023841ad980c8ebc | |
parent | 36e7a823c66cfefb553c723e6792bcc6a1573b03 [diff] [blame] |
patch 8.1.2300: redraw breaks going through list of popup windows Problem: Redraw breaks going through list of popup windows. Solution: Use different flags for popup_reset_handled(). (closes #5216)
diff --git a/src/version.c b/src/version.c index 2221d64..13d8616 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2300, +/**/ 2299, /**/ 2298,