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
|
||||
vim_create_process(
|
||||
char *cmd,
|
||||
DWORD flags,
|
||||
BOOL inherit_handles,
|
||||
DWORD flags,
|
||||
STARTUPINFO *si,
|
||||
PROCESS_INFORMATION *pi)
|
||||
{
|
||||
|
@ -738,6 +738,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
132,
|
||||
/**/
|
||||
131,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user