comparison 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
comparison
equal deleted inserted replaced
8844:d526a0ea94b3 8845:210e767296d9
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 1710,
751 /**/ 753 /**/
752 1709, 754 1709,
753 /**/ 755 /**/
754 1708, 756 1708,
755 /**/ 757 /**/