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 d1b15de commit f59c73dCopy full SHA for f59c73d
2 files changed
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 894,
746
/**/
747
893,
748
src/vimrun.c
@@ -79,6 +79,8 @@ main(void)
79
}
80
++p;
81
82
+ while (*p == ' ')
83
+ ++p;
84
85
/*
86
* "-s" argument: don't wait for a key hit.
0 commit comments