comparison src/version.c @ 7982:5c30ba57aaea v7.4.1286

commit https://github.com/vim/vim/commit/7a84dbe6be0ef0e1ffbb7148cfe4ab50b9ba8f41 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 21:29:00 2016 +0100 patch 7.4.1286 Problem: ch_open() with a timeout doesn't work correctly. Solution: Change how select() is used. Don't give an error on timeout. Add a test for ch_open() failing.
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Feb 2016 21:30:05 +0100
parents 22367b9f528a
children c166ff6797cb
comparison
equal deleted inserted replaced
7981:a5f1bdd2007b 7982:5c30ba57aaea
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1286,
750 /**/ 752 /**/
751 1285, 753 1285,
752 /**/ 754 /**/
753 1284, 755 1284,
754 /**/ 756 /**/