1
0
forked from aniani/vim

patch 9.0.1157: "implements" only handles one interface name

Problem:    "implements" only handles one interface name.
Solution:   Handle a comma separated list of names.  Check for duplicate
            names.
This commit is contained in:
Bram Moolenaar
2023-01-07 14:51:03 +00:00
parent 0cb3ca9f7a
commit df8f947359
4 changed files with 81 additions and 13 deletions

View File

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