commit | 171fb923b8f8da9fb0db1c8c86e35cf4e1339000 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 28 16:54:47 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 28 16:54:47 2020 +0100 |
tree | 01e706795a4122963bcbce37a77484e0655bead6 | |
parent | 6cf7e3b026727818cd137e2b317b1f6d7c072703 [diff] [blame] |
patch 8.2.1916: Vim9: function call is aborted even when "silent!" is used Problem: Vim9: function call is aborted even when "silent!" is used. Solution: Use did_emsg instead of called_emsg. (closes #7213)
diff --git a/src/version.c b/src/version.c index e2a588c..f1beb91 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1916, +/**/ 1915, /**/ 1914,