commit | 16204962c7ad7380a40f0855443303ad16114e2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 23 22:40:11 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 23 22:40:11 2020 +0100 |
tree | fa18b294af6299e87fd5afe0a2ffba58d3768e2c | |
parent | bd318559cf8dea210e943100536011473f25bf68 [diff] [blame] |
patch 8.2.2202: write file test still fails on MS-Windows Problem: Write file test still fails on MS-Windows. Solution: Set fileformat with the :edit command
diff --git a/src/version.c b/src/version.c index 5cb7002..b6fb593 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2202, +/**/ 2201, /**/ 2200,