We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd9833 commit a2150acCopy full SHA for a2150ac
src/os_unix.c
@@ -4588,7 +4588,6 @@ mch_call_shell_fork(
4588
char_u *tofree1 = NULL;
4589
char_u *tofree2 = NULL;
4590
int i;
4591
- char_u *p;
4592
int pty_master_fd = -1; /* for pty's */
4593
# ifdef FEAT_GUI
4594
int pty_slave_fd = -1;
@@ -5174,6 +5173,7 @@ mch_call_shell_fork(
5174
5173
else if (has_mbyte)
5175
{
5176
int l;
+ char_u *p;
5177
5178
len += buffer_off;
5179
buffer[len] = NUL;
src/version.c
@@ -766,6 +766,8 @@ static char *(features[]) =
766
767
static int included_patches[] =
768
{ /* Add new patch number below this line */
769
+/**/
770
+ 1613,
771
/**/
772
1612,
773
0 commit comments