changeset 3149:35f098371af6 v7.3.345

updated for version 7.3.345
author Bram Moolenaar <bram@vim.org>
date Thu, 20 Oct 2011 21:41:09 +0200
parents 4ce1b333f1b5
children 9c7ffcf23ee1
files src/ex_cmds2.c src/version.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 	}
     }
 }
--- 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,