commit | cea1f9ec5256755ad119526fea2ef6811f7b53cd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 19 14:38:42 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 19 14:38:42 2018 +0200 |
tree | af3e1e22fd3c2e0f197e81357a16f4c3978ea3ad | |
parent | 111bbd61e96d1d3ee4bc07ae435fd97b88413aba [diff] [blame] |
patch 8.1.0297: MS-Windows: tests fail, Vim crashes Problem: MS-Windows: tests fail, Vim crashes. Solution: Fix long file name handling.
diff --git a/src/version.c b/src/version.c index 194ee4c..99f86e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 297, +/**/ 296, /**/ 295,