commit | 28ee892ac4197421b3317f195512ca64cc56a5b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 28 20:20:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 28 20:20:00 2020 +0100 |
tree | 0a9eb799ec0e55a32600cc604cea653d9b91f322 | |
parent | 3e2534ed1a6557445747e6c1439ad26ec8eabfc4 [diff] [blame] |
patch 8.2.1919: assert_fails() setting emsg_silent changes normal execution Problem: Assert_fails() setting emsg_silent changes normal execution. Solution: Use a separate flag in_assert_fails.
diff --git a/src/version.c b/src/version.c index a7508ca..2aa5b0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1919, +/**/ 1918, /**/ 1917,