comparison src/version.c @ 8477:c08c6d19db4d v7.4.1529

commit https://github.com/vim/vim/commit/29fd03878c41526a586d77b3f3cd7938d26297af Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 9 23:14:07 2016 +0100 patch 7.4.1529 Problem: Specifying buffer number for channel not implemented yet. Solution: Implement passing a buffer number.
author Christian Brabandt <cb@256bit.org>
date Wed, 09 Mar 2016 23:15:05 +0100
parents aec051e61547
children 9f63e4506c40
comparison
equal deleted inserted replaced
8476:81ddc32fa492 8477:c08c6d19db4d
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 1529,
746 /**/ 748 /**/
747 1528, 749 1528,
748 /**/ 750 /**/
749 1527, 751 1527,
750 /**/ 752 /**/