commit | bd318559cf8dea210e943100536011473f25bf68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 23 20:55:15 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 23 20:55:15 2020 +0100 |
tree | c20bd2702f546bdd9b141dd20470449d8f15da4c | |
parent | 27bf7af9d042b396c412fcad7bac59849a4a420f [diff] [blame] |
patch 8.2.2201: write file test fails on MS-Windows Problem: Write file test fails on MS-Windows. Solution: Force edit after setting 'fileformat'.
diff --git a/src/version.c b/src/version.c index e3fd6c1..5cb7002 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2201, +/**/ 2200, /**/ 2199,