commit | 5558d19432120696409c007c64d5ba52eed42670 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 21:02:22 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 21:02:22 2017 +0100 |
tree | 88ef39a144388175ac843f28fef817471edaff27 | |
parent | 11dd8c1201033dd74e2ea665ba277425b4b965b0 [diff] [blame] |
patch 8.0.0412: menu test fails on MS-Windows Problem: Menu test fails on MS-Windows. Solution: Use a menu entry with only ASCII characters.
diff --git a/src/version.c b/src/version.c index 5db9f66..309b877 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 412, +/**/ 411, /**/ 410,