commit | b33c7eb5b813cb631b2b0ca5c4029e1788a09bde | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 22:29:49 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 22:29:49 2016 +0200 |
tree | 946d5345ef5df3e40dd0e84222f3ad0a68718cae | |
parent | ab9c89b68dcbdb3fbda8c5a50dd90caca64f1bfd [diff] [blame] |
patch 7.4.1989 Problem: filter() and map() only accept a string argument. Solution: Implement using a Funcref argument (Yasuhiro Matsumoto, Ken Takata)
diff --git a/src/Makefile b/src/Makefile index 3aeac7d..4deb4a2 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2031,6 +2031,7 @@ test_farsi \ test_feedkeys \ test_file_perm \ + test_filter_map \ test_fnamemodify \ test_glob2regpat \ test_goto \