diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-03-04 21:41:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-03-04 21:41:05 +0100 |
commit | a1c8ecfda90c0e0e519762ae0521d7f6e297c32e (patch) | |
tree | 6ef10100914bd0b5a4932076d2e58971d7b68615 /src/version.c | |
parent | 5558d19432120696409c007c64d5ba52eed42670 (diff) | |
download | vim-a1c8ecfda90c0e0e519762ae0521d7f6e297c32e.zip |
patch 8.0.0413: menu test fails on MS-Windows using gvim
Problem: Menu test fails on MS-Windows using gvim.
Solution: First delete the English menus.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 309b8776e..040862b60 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 413, +/**/ 412, /**/ 411, |