summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-31 22:16:08 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-31 22:16:08 +0200
commit997cd1a17f030d004b334d17cf1c1c57050c9906 (patch)
treeca8ec548662f733807f6d2a293647ab92b668f1d /src/version.c
parent39f7aa3c3124065b50f182b1d2f7ac92a0918656 (diff)
patch 8.2.1557: crash in :vimgrep when started as "vim -n"v8.2.1557
Problem: Crash in :vimgrep when started as "vim -n". (Raul Segura) Solution: Check mfp pointer. (Yegappan Lakshmanan, closes #6827)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 022c90acbf..214ee2a8ed 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1557,
+/**/
1556,
/**/
1555,