commit | 6bb2cdfe604e51eec216cbe23bb6e8fb47810347 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 19:53:53 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 19:53:53 2018 +0100 |
tree | 6d8ba5abf32abdd6df606bccd90d76aa359bd718 | |
parent | bb008dd3239c5fe3ac04501e38e4c950fa9426c8 [diff] [blame] |
patch 8.0.1539: no test for the popup menu positioning Problem: No test for the popup menu positioning. Solution: Add a screendump test for the popup menu.
diff --git a/src/version.c b/src/version.c index d434ea1..c75d290 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1539, +/**/ 1538, /**/ 1537,