updated for version 7.3.345
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 7bc1879..7d1e282e 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -4154,6 +4154,9 @@
 	    /* 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 74a4bfe..01ee544 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    345,
+/**/
     344,
 /**/
     343,