1
0
forked from aniani/vim

patch 9.0.1363: crash when :def function has :break in skipped block

Problem:    Crash when :def function has :break in skipped block. (Ernie Rael)
Solution:   Don't generate a jump for a skipped :break. (closes #12077)
This commit is contained in:
Bram Moolenaar
2023-02-27 22:06:51 +00:00
parent 99ad3a8bb9
commit 3f45d67a15
3 changed files with 31 additions and 1 deletions

View File

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