diff options
| author | Michael Ennen <mike.ennen@gmail.com> | 2016-12-14 00:20:48 -0700 |
|---|---|---|
| committer | Michael Ennen <mike.ennen@gmail.com> | 2017-02-14 17:38:16 -0700 |
| commit | bb2afeb0266ffd410e2e226a376f7ddbac633491 (patch) | |
| tree | 0488197944e3fc6a7c5ddf887eebc545c9f34c8b /src/nvim/testdir/Makefile | |
| parent | b0fc6108c923a198325354ae36b71f90c4c68e19 (diff) | |
| download | rneovim-bb2afeb0266ffd410e2e226a376f7ddbac633491.tar.gz rneovim-bb2afeb0266ffd410e2e226a376f7ddbac633491.tar.bz2 rneovim-bb2afeb0266ffd410e2e226a376f7ddbac633491.zip | |
vim-patch:7.4.1989
Problem: filter() and map() only accept a string argument.
Solution: Implement using a Funcref argument (Yasuhiro Matsumoto, Ken
Takata)
https://github.com/vim/vim/commit/b33c7eb5b813cb631b2b0ca5c4029e1788a09bde
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 721300c334..b8244fa0ec 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -34,6 +34,7 @@ NEW_TESTS ?= \ test_cscope.res \ test_digraph.res \ test_diffmode.res \ + test_filter_map.res \ test_gn.res \ test_hardcopy.res \ test_help_tagjump.res \ |