commit | 10ce39a0d52272a3dfff2feb8c631529f29e6740 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 22:37:06 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 22:37:06 2016 +0200 |
tree | 4e87632c06cd48950bf777c27be36cb309a8fcb4 | |
parent | 1e96d9bf98f9ab84d5af7f98d6a961d91b17364f [diff] [blame] |
patch 7.4.2120 Problem: User defined functions can't be a closure. Solution: Add the "closure" argument. Allow using :unlet on a bound variable. (Yasuhiro Matsumoto, Ken Takata)
diff --git a/src/version.c b/src/version.c index 865ac92..7e8ca16 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2120, +/**/ 2119, /**/ 2118,