1
0
forked from aniani/vim

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)
This commit is contained in:
Yegappan Lakshmanan
2022-10-13 11:59:22 +01:00
committed by Bram Moolenaar
parent e42033e735
commit f8412c9d7c
3 changed files with 98 additions and 76 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
736,
/**/
735,
/**/