commit | 54fabd4b5e373c7f1d794d24d27a30a8bac84da1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 19:03:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 19:03:22 2019 +0200 |
tree | 80ba1dd110f2d2e64f6764f1cb563fe8e67e638e | |
parent | b42301247d85d60b64c2cc23f5cdf30da2342827 [diff] [blame] |
patch 8.1.1427: popup window screenshot test fails Problem: Popup window screenshot test fails. Solution: Add missing change to popup window code.
diff --git a/src/version.c b/src/version.c index 0420cb6..282d045 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1427, +/**/ 1426, /**/ 1425,