commit | c70222d12a2f8552273c0de48a3bf7138d649175 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 15 23:18:12 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 15 23:18:12 2020 +0200 |
tree | 7676051d5bb551645710064142ab3c32c17e15eb | |
parent | fdcbe3c3fedf48a43b22938c9331addb2f1182f1 [diff] [blame] |
patch 8.2.0986: MS-Windows: functions test fails Problem: MS-Windows: functions test fails. Solution: Only simplify ///path on Unix.
diff --git a/src/version.c b/src/version.c index e8a8b33..c7806bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 986, +/**/ 985, /**/ 984,