commit | 56602ba153af7130b76daf83933922aaea3e2646 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 21:22:08 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 21:22:08 2020 +0100 |
tree | 13cf686a65d3673353517f66f2d9ad88f336cb8b | |
parent | f665e97ffa06817975810cb511b13dbaa83ec630 [diff] [blame] |
patch 8.2.2097: Vim9: using :silent! when calling a function prevents abort Problem: Vim9: using :silent! when calling a function prevents abortng that function. Solution: Add emsg_silent_def and did_emsg_def.
diff --git a/src/version.c b/src/version.c index 66ec86a..95f3f62 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2097, +/**/ 2096, /**/ 2095,