Skip to content
Snippets Groups Projects
Commit 6cc00c75 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.3.345

parent cd6fe97e
No related merge requests found
......@@ -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
}
}
......
......@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
345,
/**/
344,
/**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment