comparison src/version.c @ 8538:c337c813c64d v7.4.1559

commit https://github.com/vim/vim/commit/1735bc988c546cc962c5f94792815b4d7cb79710 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 14 23:05:14 2016 +0100 patch 7.4.1559 Problem: Passing cookie to a callback is clumsy. Solution: Change function() to take arguments and return a partial.
author Christian Brabandt <cb@256bit.org>
date Mon, 14 Mar 2016 23:15:05 +0100
parents 09041d2fd7d0
children fec8655cf1bf
comparison
equal deleted inserted replaced
8537:cc20abebafa3 8538:c337c813c64d
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 1559,
746 /**/ 748 /**/
747 1558, 749 1558,
748 /**/ 750 /**/
749 1557, 751 1557,
750 /**/ 752 /**/