commit | 9155825b2428ef6bf654204a534b033a6879c90d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 17:19:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 04 17:19:05 2020 +0200 |
tree | 346fc13bf552c741acafadf2762490696271b007 | |
parent | 30cc44a97f0ba1349e1a522dab22b11f47888183 [diff] [blame] |
patch 8.2.0900: function list test fails on MS-Windows Problem: Function list test fails on MS-Windows. Solution: Make sure the fileformat is "unix"
diff --git a/src/version.c b/src/version.c index 462e772..2c22af4 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 900, +/**/ 899, /**/ 898,