1
0
forked from aniani/vim

patch 8.2.3361: Vim9: crash with nested :while

Problem:    Vim9: crash with nested :while.
Solution:   Handle skipping better. (Naruhiko Nishino, closes #8778)
This commit is contained in:
rbtnn
2021-08-20 20:54:25 +02:00
committed by Bram Moolenaar
parent 5aec755b67
commit d895b1d918
3 changed files with 107 additions and 17 deletions

View File

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