1
0
forked from aniani/vim

patch 9.0.0097: long quickfix line is truncated for :clist

Problem:    Long quickfix line is truncated for :clist.
Solution:   Allocate a buffer if needed.
This commit is contained in:
Bram Moolenaar
2022-07-28 11:56:01 +01:00
parent f6782732ab
commit 5f30e26f69
3 changed files with 35 additions and 7 deletions

View File

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