diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1668,
+/**/
     1667,
 /**/
     1666,