1
0
forked from aniani/vim

patch 8.1.2340: quickfix test fails under valgrind and asan

Problem:    Quickfix test fails under valgrind and asan.
Solution:   Make sure long line does not overflow IObuff. (Dominique Pelle,
            closes #5263)  Put back fix for large terminals. (Yegappan
            Lakshmanan, closes #5264)
This commit is contained in:
Bram Moolenaar
2019-11-24 22:13:58 +01:00
parent 70077dd1ca
commit a106e6cde6
3 changed files with 26 additions and 13 deletions

View File

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