diff src/version.c @ 8845:210e767296d9 v7.4.1710

commit https://github.com/vim/vim/commit/17fe5e1aecbeff5ca4b2a821ede9badd5dddae59 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 4 22:03:08 2016 +0200 patch 7.4.1710 Problem: Not all output of an external command is read. Solution: Avoid timing out when the process has exited. (closes https://github.com/vim/vim/issues/681)
author Christian Brabandt <cb@256bit.org>
date Mon, 04 Apr 2016 22:15:31 +0200
parents 87a6a0d65788
children 470ea7526cc6
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 */
 /**/
+    1710,
+/**/
     1709,
 /**/
     1708,