commit | ad73cc2ff2a8b5397ed20598757b702a4e686256 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 10 00:02:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 10 00:02:10 2022 +0100 |
tree | d45b65f8441dbdedb29aaca0b9c3e996724bb312 | |
parent | 35d7a2fb13fc833aa1b654ca6fd6e429e72e6b49 [diff] [blame] |
patch 8.2.5074: spell test fails on MS-Windows Problem: Spell test fails on MS-Windows. Solution: Do not change 'encoding'
diff --git a/src/version.c b/src/version.c index 092d563..a2a2d75 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5074, +/**/ 5073, /**/ 5072,