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.
diff --git a/src/version.c b/src/version.c
index 309b877..040862b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    413,
+/**/
     412,
 /**/
     411,