commit | f112f30a82f17114d8b08a0fb90928cd19440581 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 20 17:47:52 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 20 17:47:52 2020 +0100 |
tree | 7c6841331ca8fe4d7c3de525d494cb2fc0a4a78f | |
parent | 090728ad4d54287c911894ef42bfe92844ce0fa5 [diff] [blame] |
patch 8.2.2170: Vim9: a global function defined in a :def function fails Problem: Vim9: a global function defined in a :def function fails if it uses the context. Solution: Create a partial to store the closure context. (see #7410)
diff --git a/src/version.c b/src/version.c index a95c485..6e2e6ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2170, +/**/ 2169, /**/ 2168,