summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-15 21:25:08 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-15 21:25:08 +0200
commit069c1e7fa9f45a665064f7f2c17da84d6a48f544 (patch)
treeca31debf260df85e956d2d23fc63aa71f9767848 /src/Makefile
parent93431df9eb02f7cf3d7f2142bb1bef24c5f325b2 (diff)
downloadvim-git-069c1e7fa9f45a665064f7f2c17da84d6a48f544.tar.gz
patch 7.4.2044v7.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)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 021cf21ee..f6d60c3e8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2046,6 +2046,7 @@ test_arglist \
test_join \
test_json \
test_jumps \
+ test_lambda \
test_langmap \
test_largefile \
test_lispwords \