1
0
forked from aniani/vim

patch 8.0.1805: qf_parse_line() is too long

Problem:    qf_parse_line() is too long.
Solution:   Split it in parts.  Properly handle vim_realloc() failing.
            (Yegappan Lakshmanan, closes #2881)
This commit is contained in:
Bram Moolenaar
2018-05-08 22:31:37 +02:00
parent 655a82a8d3
commit 18cebf4417
2 changed files with 420 additions and 270 deletions

View File

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