diff src/version.c @ 22071:aa91480771fe v8.2.1585

patch 8.2.1585: messages in globals.h not translated Commit: https://github.com/vim/vim/commit/fa57335e532e505ce9229ddb2354a593fb057561 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 4 13:53:00 2020 +0200 patch 8.2.1585: messages in globals.h not translated Problem: Messages in globals.h not translated, xgettext on MS-Windows not fully supported. Solution: Add globals.h to list of input files. Update MS-Windows makefiles to improve message translations. (Ken Takata, closes #6858)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Sep 2020 14:00:04 +0200
parents 87502e318c19
children 28b302ccfe21
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1585,
+/**/
     1584,
 /**/
     1583,