comparison src/version.c @ 8759:cc2ef7367643 v7.4.1668

commit https://github.com/vim/vim/commit/ee1f7b3cb71684aaa9bf457e2caf9d02187e6b7c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 28 14:42:14 2016 +0200 patch 7.4.1668 Problem: channel_get_all() does multiple allocations. Solution: Compute the size and allocate once.
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Mar 2016 14:45:04 +0200
parents 4fb37555e814
children f8707ec9efe4
comparison
equal deleted inserted replaced
8758:b9b73c04e542 8759:cc2ef7367643
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1668,
751 /**/ 753 /**/
752 1667, 754 1667,
753 /**/ 755 /**/
754 1666, 756 1666,
755 /**/ 757 /**/