commit | 94e7d345c156a722bb161b73238c4ba1d27ec586 | [log] [tgz] |
---|---|---|
author | itchyny <itchyny@hatena.ne.jp> | Thu Oct 21 18:01:13 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 21 18:01:13 2021 +0100 |
tree | 7a53dad3f5847e99065cad7c0f7eeae1613ea1c5 | |
parent | ae38a9db7770b38889fbf06908cc69d42b463a73 [diff] [blame] |
patch 8.2.3551: checking first character of url twice Problem: Checking first character of url twice. Solution: Only check once. (closes #9026)
diff --git a/src/version.c b/src/version.c index e4f72bd..75c3519 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3551, +/**/ 3550, /**/ 3549,