commit | 50c4e9e08fb0981892e33afb9fe3751aa6df1fa4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 05 20:38:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 05 20:38:06 2020 +0200 |
tree | a56f543892b48098448b127fcadb64abf4662c87 | |
parent | afe8cf617013fd8c3f0189f1e1fa7a2a6a8f7511 [diff] [blame] |
patch 8.2.1804: resolve('/') returns an empty string Problem: resolve('/') returns an empty string. Solution: Don't remove single slash. (closes #7074)
diff --git a/src/version.c b/src/version.c index e4bc870..cfd0d54 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1804, +/**/ 1803, /**/ 1802,