commit | 9e1d9e3473f852735ffd605a0fa4d224b81a4f0c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 11 20:17:34 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 11 20:17:34 2021 +0100 |
tree | 93bbf3cdf7f47a3ba7755d0fb5c11ad017f5e41d | |
parent | df4c9af7e73aa5d0fb5bf4c0e19a39b4e1d73517 [diff] [blame] |
patch 8.2.2330: Vim9: crash when using :trow in a not executed block Problem: Vim9: crash when using :trow in a not executed block. Solution: Don't generate the instruction when skipping. (closes #7659)
diff --git a/src/version.c b/src/version.c index 2a6e1da..0a3cd54 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2330, +/**/ 2329, /**/ 2328,