mirror of
https://github.com/vim/vim.git
synced 2025-08-23 19:34:27 -04:00
updated for version 7.4.132
Problem: Win32: flags and inherit_handles arguments mixed up. Solution: Swap the argument. (cs86661)
This commit is contained in:
parent
4b550b4c50
commit
3f1138e8ae
@ -3831,8 +3831,8 @@ mch_set_winsize_now(void)
|
|||||||
static BOOL
|
static BOOL
|
||||||
vim_create_process(
|
vim_create_process(
|
||||||
char *cmd,
|
char *cmd,
|
||||||
DWORD flags,
|
|
||||||
BOOL inherit_handles,
|
BOOL inherit_handles,
|
||||||
|
DWORD flags,
|
||||||
STARTUPINFO *si,
|
STARTUPINFO *si,
|
||||||
PROCESS_INFORMATION *pi)
|
PROCESS_INFORMATION *pi)
|
||||||
{
|
{
|
||||||
|
@ -738,6 +738,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 */
|
||||||
|
/**/
|
||||||
|
132,
|
||||||
/**/
|
/**/
|
||||||
131,
|
131,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user