1
0
forked from aniani/vim

patch 7.4.1342

Problem:    On Mac OS/X the waittime must be > 0 for connect to work.
Solution:   Use select() in a different way. (partly by Kazunobu Kuriyama)
            Always use a waittime of 1 or more.
This commit is contained in:
Bram Moolenaar
2016-02-16 22:01:30 +01:00
parent 910b8aac5d
commit e74e8e7d75
4 changed files with 57 additions and 17 deletions

View File

@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1342,
/**/
1341,
/**/