commit | 8f81b22e8691f6e7c76153e945bbef15a8190cd9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 21:47:06 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 21:47:06 2021 +0100 |
tree | e9579341a8ddebe86c5c0d5d83f94ad136ec4bfb | |
parent | 033135eb8eccd00c9ee72c6c0cf4b8b9f81bd269 [diff] [blame] |
patch 8.2.2351: Vim9: error msg for "throw" in function called with "silent!" Problem: Vim9: error message for "throw" in function that was called with "silent!". Solution: Do not throw the exception when not caught or displayed. (closes #7672)
diff --git a/src/version.c b/src/version.c index 616f4ed..b2de011 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2351, +/**/ 2350, /**/ 2349,