commit | d93009eb35c88bfc38781fefdf42ebdb02c61474 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 14:35:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 14:35:24 2022 +0100 |
tree | 0db02d04485459b9901d01952385c63b1e23137e | |
parent | 4997f2a605e15261c4f825494324371f271ef6a8 [diff] [blame] |
patch 9.0.0741: cannot specify an ID for each item with prop_add_list() Problem: Cannot specify an ID for each item with prop_add_list(). (Sergey Vlasov) Solution: Add an optional fifth number to the item. (closes #11360)
diff --git a/src/version.c b/src/version.c index 3076cb0..6570ac5 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 741, +/**/ 740, /**/ 739,