1
0
forked from aniani/vim

patch 8.2.3551: checking first character of url twice

Problem:    Checking first character of url twice.
Solution:   Only check once. (closes #9026)
This commit is contained in:
itchyny
2021-10-21 18:01:13 +01:00
committed by Bram Moolenaar
parent ae38a9db77
commit 94e7d345c1
2 changed files with 3 additions and 1 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3551,
/**/
3550,
/**/