commit | 50434bd74c7708e3e2a47449b6a3a8d9fa069f71 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 16 14:55:22 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 16 14:55:22 2020 +0100 |
tree | 4fada6cd399aef0279507594059c7a95bea16d5d | |
parent | f0cee1971f5258ce61f8a4e6a04d35c1e625bb01 [diff] [blame] |
patch 8.2.0262: fileformat test fails on MS-Windows Problem: Fileformat test fails on MS-Windows. Solution: Set fileformat of buffer.
diff --git a/src/version.c b/src/version.c index ba8343d..95d4cd8 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 262, +/**/ 261, /**/ 260,