1
0
forked from aniani/vim

patch 9.0.0322: crash when no errors and 'quickfixtextfunc' is set

Problem:    Crash when no errors and 'quickfixtextfunc' is set.
Solution:   Do not handle errors if there aren't any.
This commit is contained in:
Bram Moolenaar
2022-08-29 20:45:16 +01:00
parent 37fef16c22
commit 4f1b083be4
3 changed files with 19 additions and 1 deletions

View File

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