forked from aniani/vim
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
11005b078d
commit
7b7a118e74
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3153,
|
||||
/**/
|
||||
3152,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user