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/Makefile b/src/Makefile index 021cf21..f6d60c3 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2046,6 +2046,7 @@ test_join \ test_json \ test_jumps \ + test_lambda \ test_langmap \ test_largefile \ test_lispwords \