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 eadbc2b commit 595297dCopy full SHA for 595297d
src/main.c
@@ -3528,7 +3528,7 @@ time_msg(
3528
3529
#endif
3530
3531
-#ifndef NO_VIM_MAIN
+#if !defined(NO_VIM_MAIN) && defined(FEAT_EVAL)
3532
static void
3533
set_progpath(char_u *argv0)
3534
{
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 409,
769
/**/
770
408,
771
0 commit comments