commit | 88c89c77229e725ab2613b022249e2f506d82b82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 14 14:01:05 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 14 14:01:05 2021 +0200 |
tree | 13d6d797ce01be15745d0b61b46ad8bdb23c4a5f | |
parent | 78a9c2e670d29349404b346e0aa90264cab19e9b [diff] [blame] |
patch 8.2.3341: Vim9: function call aborted despite try/catch Problem: Vim9: function call aborted despite try/catch. (Naohiro Ono) Solution: Ignore error caught by try/catch. (closes #8755)
diff --git a/src/version.c b/src/version.c index 87c315a..e496112 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3341, +/**/ 3340, /**/ 3339,