commit | 7b7a118e74d25ff35cd277c2bb5191ae44bb20b2 | [log] [tgz] |
---|---|---|
author | Tsuyoshi CHO <Tsuyoshi.CHO@Gmail.com> | Sun Jul 11 21:51:17 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 21:51:17 2021 +0200 |
tree | e7d94d705f0d7c0c38f6a40498f07a01a186beba | |
parent | 11005b078d2485a306c74f77c9dd158fdd7f3cbe [diff] [blame] |
patch 8.2.3153: URLs with a dash in the scheme are not recognized Problem: URLs with a dash in the scheme are not recognized. Solution: Allow for a scheme with a dash, but not at the start or end. (Tsuyoshi CHO, closes #8299)
diff --git a/src/version.c b/src/version.c index 21394aa..940c719 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3153, +/**/ 3152, /**/ 3151,