commit | 8a1c1013153a7f08e014facac883a1987985d6db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 07 14:07:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 07 14:07:25 2020 +0200 |
tree | 31a0dc7180e1eefbf0e3fbc4d943ea6254eb0770 | |
parent | 3657686a0e8fd07428a25c2cf9efcc8b5d33f895 [diff] [blame] |
patch 8.2.0706: Vim9: using assert_fails() causes function to finish Problem: Vim9: using assert_fails() causes function to finish. Solution: Check did_emsg instead of called_emsg.
diff --git a/src/version.c b/src/version.c index 45f67c9..ea8b2a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 706, +/**/ 705, /**/ 704,