commit | 47cf1cc2576b576898f25cea325139bdbba90fe6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 28 22:04:56 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 28 22:04:56 2019 +0100 |
tree | c31b69efeb3c2e9d20803975f20a8e9454c0b364 | |
parent | c701f320e83b33e9ee67d1f7d67d9c1a9a99974d [diff] [blame] |
patch 8.1.1065: no test for using and deleting menu in the GUI Problem: No test for using and deleting menu in the GUI. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index b8b3c14..be23284 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1065, +/**/ 1064, /**/ 1063,