We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0133188 commit a7c6024Copy full SHA for a7c6024
2 files changed
src/os_win32.c
@@ -3831,8 +3831,8 @@ mch_set_winsize_now(void)
3831
static BOOL
3832
vim_create_process(
3833
char *cmd,
3834
- DWORD flags,
3835
BOOL inherit_handles,
+ DWORD flags,
3836
STARTUPINFO *si,
3837
PROCESS_INFORMATION *pi)
3838
{
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 132,
743
/**/
744
131,
745
0 commit comments