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/version.c b/src/version.c index a89b83e..7588c9c 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1989, +/**/ 1988, /**/ 1987,