1
0
forked from aniani/vim

patch 8.2.1037: Vim9: crash when using line continuation inside :def

Problem:    Vim9: crash when using line continuation inside :def.
Solution:   Check for no more lines available.
This commit is contained in:
Bram Moolenaar
2020-06-22 19:39:03 +02:00
parent 373c65104e
commit acd4c5e914
3 changed files with 17 additions and 1 deletions

View File

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