comparison src/version.c @ 8017:c59a65524084 v7.4.1303

commit https://github.com/vim/vim/commit/b6a4fee37ebbb0c76f2fbda7d06cbf48a3a07e8d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 11 20:48:34 2016 +0100 patch 7.4.1303 Problem: A Funcref is not accepted as a callback. Solution: Make a Funcref work. (Damien)
author Christian Brabandt <cb@256bit.org>
date Thu, 11 Feb 2016 21:00:09 +0100
parents b421c7f2f172
children d685893d852e
comparison
equal deleted inserted replaced
8016:3c70729873ad 8017:c59a65524084
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1303,
750 /**/ 752 /**/
751 1302, 753 1302,
752 /**/ 754 /**/
753 1301, 755 1301,
754 /**/ 756 /**/