commit | 69c76171f1a78b829196f72d7010fbe1d9ad2944 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 16:38:52 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 16:38:52 2021 +0000 |
tree | 290a6d42ad5354271b42c128bf81e37217a79f16 | |
parent | f8bc0ce2671d7f7f73760f665b52e4f00a1bbcac [diff] [blame] |
patch 8.2.3720: Vim9: Internal error when invoking closure in legacy context Problem: Vim9: Internal error when invoking closure in legacy context. Solution: Give a more appropriate error message. (closes #9251)
diff --git a/src/version.c b/src/version.c index d977c65..810567f 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3720, +/**/ 3719, /**/ 3718,