1
0
forked from aniani/vim

updated for version 7.3.499

Problem:    When using any interface language when Vim is waiting for a child
            process it gets confused by a child process started through the
            interface.
Solution:   Always used waitpid() instead of wait(). (Yasuhiro Matsumoto)
This commit is contained in:
Bram Moolenaar
2012-04-20 15:55:16 +02:00
parent 84298db3a4
commit 6be120e7f5
2 changed files with 9 additions and 10 deletions

View File

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