]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.132 v7.4.132
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jan 2014 12:29:26 +0000 (13:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jan 2014 12:29:26 +0000 (13:29 +0100)
Problem:    Win32: flags and inherit_handles arguments mixed up.
Solution:   Swap the argument. (cs86661)

src/os_win32.c
src/version.c

index 04e81ceb15a6e0d6d889ff76bad40c72d4b5bf6b..5f671a7e91f0675c8f395664ffac0361c60a8542 100644 (file)
@@ -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)
 {
index 6d12c6a78d9f97396d4350cb6c8e42e8fd83845c..cf4f1ce1808e376799490620dfa4017f61f8d771 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    132,
 /**/
     131,
 /**/