commit | 9e3dfc650190e96739abc004eb9948afa68136b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 25 14:29:18 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 25 14:29:18 2017 +0100 |
tree | c442fa7453c36eea97b4b301873dd09ab105ea64 | |
parent | 2095148277cf1c4e7b3bbaf4e34812b7cfe3011b [diff] [blame] |
patch 8.0.1426: "gf" and <cfile> don't accept ? and & in URL Problem: "gf" and <cfile> don't accept ? and & in URL. (Dmitrii Tcyganok) Solution: Check for a URL and allow for extra characters. (closes #2493)
diff --git a/src/version.c b/src/version.c index f62287b..1754722 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1426, +/**/ 1425, /**/ 1424,