commit | bf67ea1af05cbb30cd8f0b665fb567c0dca79796 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 02 17:52:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 02 17:52:42 2020 +0200 |
tree | afd0a33b60c2fe9e3ca8756110d6b9e6940073ff | |
parent | d58a662f44dc11475f4cf5922a948635da934cc4 [diff] [blame] |
patch 8.2.0679: Vim9: incomplete support for closures Problem: Vim9: incomplete support for closures. Solution: At the end of a function copy arguments and local variables if they are still used by a referenced closure.
diff --git a/src/version.c b/src/version.c index 29763f7..eb88916 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 679, +/**/ 678, /**/ 677,