commit | eeece9e4885df6190d2615b199efa2b1d22c4bdb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 20 19:26:48 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 20 19:26:48 2020 +0100 |
tree | 20e918f60683f8e6ce9d8df715df4d3d28c921b9 | |
parent | bebaa0d5c034eb2c4c4dcac86ae6a859b24d2693 [diff] [blame] |
patch 8.2.2021: Vim9: get E1099 when autocommand resets did_emsg Problem: Vim9: get E1099 when autocommand resets did_emsg. Solution: Add did_emsg_cumul. (closes #7336)
diff --git a/src/version.c b/src/version.c index 4fdc0f1..aeadf36 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2021, +/**/ 2020, /**/ 2019,