commit | 50faf02f43d7f1a56ec2023028fca7c72dbce83e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 29 12:50:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 29 12:50:17 2022 +0100 |
tree | 50ac366830d44eb27a8c7a183c6ae040f771468a | |
parent | 572a4433c8276d8e8f228a09f43b11afe0c85f6f [diff] [blame] |
patch 9.0.0620: matchaddpos() can only add up to 8 matches Problem: matchaddpos() can only add up to 8 matches. Solution: Allocate the array of positions. (closes #11248)
diff --git a/src/version.c b/src/version.c index 276b37a..e264b55 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 620, +/**/ 619, /**/ 618,