commit | f8412c9d7cc487dacf47a217ae947da68a525c53 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Oct 13 11:59:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 11:59:22 2022 +0100 |
tree | bba062ffddbdd37e7caedd586c3bc7ddbc92919e | |
parent | e42033e735febb163fdc57aadbc11787ca611ba9 [diff] [blame] |
patch 9.0.0736: quickfix listing does not handle very long messages Problem: Quickfix listing does not handle very long messages. Solution: Use a growarray instead of a fixed size buffer. (Yegappan Lakshmanan, closes #11357)
diff --git a/src/version.c b/src/version.c index 1f8c0ca..e77fe6d 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 736, +/**/ 735, /**/ 734,