diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-15 21:25:08 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-15 21:25:08 +0200 |
commit | 069c1e7fa9f45a665064f7f2c17da84d6a48f544 (patch) | |
tree | ca31debf260df85e956d2d23fc63aa71f9767848 /src/testdir/test_alot.vim | |
parent | 93431df9eb02f7cf3d7f2142bb1bef24c5f325b2 (diff) | |
download | vim-069c1e7fa9f45a665064f7f2c17da84d6a48f544.zip |
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)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 3074a5c0b..e9c84398e 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 |