From c70222d12a2f8552273c0de48a3bf7138d649175 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 15 Jun 2020 23:18:12 +0200 Subject: patch 8.2.0986: MS-Windows: functions test fails Problem: MS-Windows: functions test fails. Solution: Only simplify ///path on Unix. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index e8a8b335a..c7806bcda 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 986, /**/ 985, /**/ -- cgit v1.2.1