commit | 6cc00c75c1349821e95c6128da55110463bab208 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 21:41:09 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 21:41:09 2011 +0200 |
tree | 92913fac36d9617885c827134d5dd62b627f3e90 | |
parent | cd6fe97e6b25f6c277de5021c51894071051385e [diff] [blame] |
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 } } }