commit | e13bdec6b90b3a0fce4f021e3ee986e731cea3b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 16 23:16:47 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 16 23:16:47 2020 +0200 |
tree | a6ac8242701cc1648c19ac9aa1fb5fabc4336ad8 | |
parent | 1e021e63c565bbb30783a557b4e883cc27f56403 [diff] [blame] |
patch 8.2.1855: Vim9: get error message when nothing is wrong Problem: Vim9: get error message when nothing is wrong. Solution: Check called_emsg instead of did_emsg. (closes #7143)
diff --git a/src/version.c b/src/version.c index 4710689..cc98769 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1855, +/**/ 1854, /**/ 1853,