commit | 49b93049c68653156609ebcdf22311ccbcdf00e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 25 17:02:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 25 17:02:00 2021 +0200 |
tree | 58771e6d3e78debcdd16b6535c101f6cf01bf9f4 | |
parent | cdd8a5e6fe089a3b1370ac940d06fc3cefc6f8f2 [diff] [blame] |
patch 8.2.3373: text property test fails on MS-Windows Problem: text property test fails on MS-Windows. Solution: Set fileformat to "unix"
diff --git a/src/version.c b/src/version.c index 1f9a270..9a1281f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3373, +/**/ 3372, /**/ 3371,