summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-02-22 11:04:50 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-22 11:04:50 +0000
commit0f113e4f7b698fc94c1a8377afdb7249329beaee (patch)
treec888ece728d4546f2338688844994375d0682c4b /src/version.c
parent4e889f98e95ac05d7c8bd3ee933ab4d47820fdfa (diff)
patch 8.2.4437: vartabs test fails on MS-Windowsv8.2.4437
Problem: Vartabs test fails on MS-Windows. Solution: Use iso8859-1 'encoding'. (Ken Takata, closes #9818)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 6eae5e66fd..7001029010 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4437,
+/**/
4436,
/**/
4435,