comparison src/version.c @ 8575:b5209a4e5baf v7.4.1577

commit https://github.com/vim/vim/commit/ab1fa3955f25dfdb7e329c3bd76e175c93c8cb5e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 15 19:33:34 2016 +0100 patch 7.4.1577 Problem: Cannot pass "dict.Myfunc" around as a partial. Solution: Create a partial when expected.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Mar 2016 19:45:06 +0100
parents c76cb97073bd
children 63dc856bd13d
comparison
equal deleted inserted replaced
8574:a192274c1ac6 8575:b5209a4e5baf
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1577,
746 /**/ 748 /**/
747 1576, 749 1576,
748 /**/ 750 /**/
749 1575, 751 1575,
750 /**/ 752 /**/