diff src/version.c @ 27823:6a692e597de5 v8.2.4437

patch 8.2.4437: vartabs test fails on MS-Windows Commit: https://github.com/vim/vim/commit/0f113e4f7b698fc94c1a8377afdb7249329beaee Author: K.Takata <kentkt@csc.jp> Date: Tue Feb 22 11:04:50 2022 +0000 patch 8.2.4437: vartabs test fails on MS-Windows Problem: Vartabs test fails on MS-Windows. Solution: Use iso8859-1 'encoding'. (Ken Takata, closes https://github.com/vim/vim/issues/9818)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Feb 2022 12:15:04 +0100
parents c3b34e4bbe34
children 041de9fe95db
line wrap: on
line diff
--- 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,