diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-06-15 23:18:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-06-15 23:18:12 +0200 |
commit | c70222d12a2f8552273c0de48a3bf7138d649175 (patch) | |
tree | 7676051d5bb551645710064142ab3c32c17e15eb /src/version.c | |
parent | fdcbe3c3fedf48a43b22938c9331addb2f1182f1 (diff) | |
download | vim-git-8.2.0986.tar.gz |
patch 8.2.0986: MS-Windows: functions test failsv8.2.0986
Problem: MS-Windows: functions test fails.
Solution: Only simplify ///path on Unix.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e8a8b335a..c7806bcda 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 986, +/**/ 985, /**/ 984, |