commit | 0f113e4f7b698fc94c1a8377afdb7249329beaee | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Tue Feb 22 11:04:50 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 11:04:50 2022 +0000 |
tree | c888ece728d4546f2338688844994375d0682c4b | |
parent | 4e889f98e95ac05d7c8bd3ee933ab4d47820fdfa [diff] [blame] |
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 #9818)
diff --git a/src/version.c b/src/version.c index 6eae5e6..7001029 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4437, +/**/ 4436, /**/ 4435,