1
0
forked from aniani/vim

patch 8.2.1230: Vim9: list index error not caught by try/catch

Problem:    Vim9: list index error not caught by try/catch.
Solution:   Do not bail out if an error is inside try/catch. (closes #6462)
This commit is contained in:
Bram Moolenaar
2020-07-17 22:06:44 +02:00
parent 6e36b1c18e
commit 68d130c618
3 changed files with 55 additions and 2 deletions

View File

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