commit | 4997f2a605e15261c4f825494324371f271ef6a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 14:00:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 14:00:45 2022 +0100 |
tree | cb74cc4914c7bf84073a5d48c5de2c87b1733ad3 | |
parent | 17822c507c03d509037c9ee5eee5cfbb201b3f01 [diff] [blame] |
patch 9.0.0740: prop_add_list() gives multiple errors for invalid argument Problem: prop_add_list() gives multiple errors for invalid argument. Solution: Only give one error message.
diff --git a/src/version.c b/src/version.c index 4014da6..3076cb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 740, +/**/ 739, /**/ 738,