diff --git a/src/version.c b/src/version.c index 3c8a9382aa..ee49081090 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 894, /**/ 893, /**/ diff --git a/src/vimrun.c b/src/vimrun.c index c423e6cc5f..0006479b03 100644 --- a/src/vimrun.c +++ b/src/vimrun.c @@ -79,6 +79,8 @@ main(void) } ++p; } + while (*p == ' ') + ++p; /* * "-s" argument: don't wait for a key hit.