diff --git a/src/main.c b/src/main.c index 5723d46336..8f3856f7e2 100644 --- a/src/main.c +++ b/src/main.c @@ -2004,7 +2004,7 @@ command_line_scan(mparm_T *parmp) { Columns = 80; // need to init Columns info_message = TRUE; // use mch_msg(), not mch_errmsg() -#if defined(FEAT_GUI) && !defined(ALWAYS_USE_GUI) +#if defined(FEAT_GUI) && !defined(ALWAYS_USE_GUI) && !defined(VIMDLL) gui.starting = FALSE; // not starting GUI, will exit #endif list_version(); diff --git a/src/version.c b/src/version.c index 7f631da2fc..8396874187 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4079, /**/ 4078, /**/