commit | 1e96d9bf98f9ab84d5af7f98d6a961d91b17364f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 22:15:09 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 22:15:09 2016 +0200 |
tree | dd81c13eb8896eb9b5c3a5f311eefdd39829c907 | |
parent | 83a2a80d6f699ad9a236431170038698e355c025 [diff] [blame] |
patch 7.4.2119 Problem: Closures are not supported. Solution: Capture variables in lambdas from the outer scope. (Yasuhiro Matsumoto, Ken Takata)
diff --git a/src/version.c b/src/version.c index 153b3f5..865ac92 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2119, +/**/ 2118, /**/ 2117,