commit | d66960bf578410e83ef96ad2f4206b26a139d817 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 30 20:46:26 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 30 20:46:26 2020 +0100 |
tree | 242ada14b1037b549ef2c33246b75d65ce7daf98 | |
parent | b2620202c7778d8c709941fb430eeeeab6e63a6a [diff] [blame] |
patch 8.2.1927: Vim9: get unknown error with an error in a timer function Problem: Vim9: get unknown error with an error in a timer function. Solution: Use did_emsg instead of called_emsg. (closes #7231)
diff --git a/src/version.c b/src/version.c index 96a9430..be975a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1927, +/**/ 1926, /**/ 1925,