commit | b6a4fee37ebbb0c76f2fbda7d06cbf48a3a07e8d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 11 20:48:34 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 11 20:48:34 2016 +0100 |
tree | 55e20b910a31fafee6732df26cf2eca2c18e9fb3 | |
parent | 6119e6156e024d9047bbfeb7cdfdae259f9e1b92 [diff] [blame] |
patch 7.4.1303 Problem: A Funcref is not accepted as a callback. Solution: Make a Funcref work. (Damien)
diff --git a/src/version.c b/src/version.c index e3f432e..af6e9f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1303, +/**/ 1302, /**/ 1301,