commit | 07c043af5f054c7dfeb676414f8fa6aeda8f9c2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 04 22:56:39 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 04 22:56:39 2017 +0200 |
tree | f42adafa3662b3103066e38fa14497ce62e76675 | |
parent | 4a137b45864310060410f34cb9c7d0f0231bb256 [diff] [blame] |
patch 8.0.0862: file size test fails on MS-Windows Problem: File size test fails on MS-Windows. Solution: Set fileformat after opening new buffer. Strip CR.
diff --git a/src/version.c b/src/version.c index 5a77e0a..c15a6b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 862, +/**/ 861, /**/ 860,