forked from aniani/vim
patch 9.0.1591: some "gomod" files are not recognized
Problem: Some "gomod" files are not recognized.
Solution: Check for "go.mod" file name before checking out the contents.
(Omar El Halabi, closes #12462)
This commit is contained in:
committed by
Bram Moolenaar
parent
247caa378f
commit
c9fbd2560f
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1591,
|
||||
/**/
|
||||
1590,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user