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 02e177d commit e85928aCopy full SHA for e85928a
2 files changed
src/channel.c
@@ -4890,7 +4890,7 @@ win32_escape_arg(char_u *arg)
4890
int has_spaces = FALSE;
4891
4892
/* First count the number of extra bytes required. */
4893
- slen = STRLEN(arg);
+ slen = (int)STRLEN(arg);
4894
dlen = slen;
4895
for (s = arg; *s != NUL; MB_PTR_ADV(s))
4896
{
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 1003,
774
/**/
775
1002,
776
0 commit comments