From: Bram Moolenaar Date: Thu, 20 Oct 2011 19:41:09 +0000 (+0200) Subject: updated for version 7.3.345 X-Git-Tag: v7.3.345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cc00c75c1349821e95c6128da55110463bab208;p=vim updated for version 7.3.345 --- diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 7bc18790b..7d1e282e0 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -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 } } diff --git a/src/version.c b/src/version.c index 74a4bfeb1..01ee54492 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 345, /**/ 344, /**/