]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.345 v7.3.345
authorBram Moolenaar <Bram@vim.org>
Thu, 20 Oct 2011 19:41:09 +0000 (21:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Oct 2011 19:41:09 +0000 (21:41 +0200)
src/ex_cmds2.c
src/version.c

index 7bc18790ba41c880ed3925ab591d295cc60101ba..7d1e282e00e5cfe51b2c44164e80b26c0fe9a803 100644 (file)
@@ -4153,6 +4153,9 @@ ex_language(eap)
 # ifdef FEAT_EVAL
            /* Set v:lang, v:lc_time and v:ctype to the final result. */
            set_lang_var();
+# endif
+# ifdef FEAT_TITLE
+           maketitle();
 # endif
        }
     }
index 74a4bfeb1a20f0aa0c7549d1d8e1c265b28fe403..01ee54492480c20196c6cfbf6a626aac02cbf685 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    345,
 /**/
     344,
 /**/