1
0
forked from aniani/vim

patch 8.2.1557: crash in :vimgrep when started as "vim -n"

Problem:    Crash in :vimgrep when started as "vim -n". (Raul Segura)
Solution:   Check mfp pointer. (Yegappan Lakshmanan, closes #6827)
This commit is contained in:
Bram Moolenaar
2020-08-31 22:16:08 +02:00
parent 39f7aa3c31
commit 997cd1a17f
3 changed files with 18 additions and 1 deletions

View File

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