1
0
forked from aniani/vim

patch 8.2.1787: crash with 'incsearch' and very long line

Problem:    Crash with 'incsearch' and very long line.
Solution:   Check whether regprog becomes NULL. (closes #7063)
This commit is contained in:
Bram Moolenaar
2020-10-02 20:36:01 +02:00
parent 8a9bc95eae
commit 795aaa1e84
3 changed files with 31 additions and 1 deletions

View File

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