commit | df8f9473596c8fb18ec893de677dba455e8925b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 07 14:51:03 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 07 14:51:03 2023 +0000 |
tree | 3ce744abe59af5f138012ba5d8c9faec1f7b77c3 | |
parent | 0cb3ca9f7a1b027973239bbea3d1a20dd1676a9c [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index f30cdfd..d2efc12 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1157, +/**/ 1156, /**/ 1155,