commit | fdcbe3c3fedf48a43b22938c9331addb2f1182f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 15 21:41:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 15 21:41:56 2020 +0200 |
tree | a8d1f55af507815b74ffc445467610ac2efe13d6 | |
parent | ab176ce982ac67f7cfcfa1fa885f9117ef8bbafe [diff] [blame] |
patch 8.2.0985: simplify() does not remove slashes from "///path" Problem: Simplify() does not remove slashes from "///path". Solution: Reduce > 2 slashes to one. (closes #6263)
diff --git a/src/version.c b/src/version.c index 91ae5ea..e8a8b33 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 985, +/**/ 984, /**/ 983,