commit | 1430ceeb2d4185a8d60fa81007fbc8b74fd68c46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 19:20:32 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 19:20:32 2021 +0100 |
tree | 158993db0a046d1d6fe1a1023899b6ae314413b1 | |
parent | 3af15ab7888033fdfae0ae7085172aab794339a2 [diff] [blame] |
patch 8.2.2370: Vim9: command fails in catch block Problem: Vim9: command fails in catch block. Solution: Reset force_abort and need_rethrow. (closes #7692)
diff --git a/src/version.c b/src/version.c index 3ac6cfa..ecb0c43 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2370, +/**/ 2369, /**/ 2368,