summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ex_cmds2.c3
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 7bc18790ba..7d1e282e00 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -4154,6 +4154,9 @@ ex_language(eap)
/* Set v:lang, v:lc_time and v:ctype to the final result. */
set_lang_var();
# endif
+# ifdef FEAT_TITLE
+ maketitle();
+# endif
}
}
}
diff --git a/src/version.c b/src/version.c
index 74a4bfeb1a..01ee544924 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 345,
+/**/
344,
/**/
343,