summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
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/testdir/test_alot.vim
parent93431df9eb02f7cf3d7f2142bb1bef24c5f325b2 (diff)
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/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 3074a5c0bd..e9c84398e8 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -19,6 +19,7 @@ source test_goto.vim
source test_help_tagjump.vim
source test_join.vim
source test_jumps.vim
+source test_lambda.vim
source test_lispwords.vim
source test_matchstrpos.vim
source test_menu.vim