commit | 069c1e7fa9f45a665064f7f2c17da84d6a48f544 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 15 21:25:08 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 15 21:25:08 2016 +0200 |
tree | ca31debf260df85e956d2d23fc63aa71f9767848 | |
parent | 93431df9eb02f7cf3d7f2142bb1bef24c5f325b2 [diff] [blame] |
patch 7.4.2044 Problem: filter() and map() either require a string or defining a function. Solution: Support lambda, a short way to define a function that evaluates an expression. (Yasuhiro Matsumoto, Ken Takata)
diff --git a/src/version.c b/src/version.c index 9acfbe8..745bfd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2044, +/**/ 2043, /**/ 2042,