commit | a401bba0805856e295c213aa504648084dae7e24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 15 15:04:41 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 15 15:04:41 2021 +0200 |
tree | 09deee395dda0a5dff8e2f5adf5dfbef15ca8ef8 | |
parent | 5cebca27b831880fb6e191e5271ee614625e1f8a [diff] [blame] |
patch 8.2.3350: text properties test fails on MS-Windows Problem: Text properties test fails on MS-Windows. Solution: Set fileformat to unix.
diff --git a/src/version.c b/src/version.c index e177a05..f7e1636 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3350, +/**/ 3349, /**/ 3348,