commit | 68d130c618f363821761f231c4122a0b9b764b71 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 22:06:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 22:06:44 2020 +0200 |
tree | ef8694372b7cb4299de9f4c89914ada047125a0a | |
parent | 6e36b1c18e636549f3424546f2c20101604a2d33 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e43f4e3..7ee4294 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1230, +/**/ 1229, /**/ 1228,