commit | 356375fbf882535b5a5980d175c11abfa446a7cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 14:46:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 24 14:46:29 2019 +0200 |
tree | fcdd72efbb77aafb256fe2b36b25df8fa5373cc0 | |
parent | 741ea17038d4b227a4433c87d918a9da0737fc50 [diff] [blame] |
patch 8.1.1917: non-current window is not redrawn when moving popup Problem: Non-current window is not redrawn when moving popup. (Ben Jackson) Solution: Redraw all windows under a popup. (closes #4860)
diff --git a/src/version.c b/src/version.c index 51851e3..ae4b4e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1917, +/**/ 1916, /**/ 1915,