mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-291
This commit is contained in:
@@ -2163,7 +2163,7 @@ cs_release_csp(i, freefnpp)
|
|||||||
waitpid_errno = errno;
|
waitpid_errno = errno;
|
||||||
if (pid != 0)
|
if (pid != 0)
|
||||||
break; /* break unless the process is still running */
|
break; /* break unless the process is still running */
|
||||||
mch_delay(50, FALSE); /* sleep 50 ms */
|
mch_delay(50L, FALSE); /* sleep 50 ms */
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
/*
|
/*
|
||||||
@@ -2198,7 +2198,7 @@ cs_release_csp(i, freefnpp)
|
|||||||
alive = FALSE; /* cscope process no longer exists */
|
alive = FALSE; /* cscope process no longer exists */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
mch_delay(50, FALSE); /* sleep 50ms */
|
mch_delay(50L, FALSE); /* sleep 50ms */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (alive)
|
if (alive)
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
291,
|
||||||
/**/
|
/**/
|
||||||
290,
|
290,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user