1
0
forked from aniani/vim

patch 8.1.1002: "gf" does not always work when URL has a port number

Problem:    "gf" does not always work when URL has a port number. (Jakob
            Schöttl)
Solution:   When a URL is recognized also accept ":". (closes #4082)
This commit is contained in:
Bram Moolenaar
2019-03-09 12:32:56 +01:00
parent 8156ed3755
commit cbef8e1aa1
3 changed files with 11 additions and 4 deletions

View File

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