Skip to content

Commit

Permalink
updated for version 7.3.345
Browse files Browse the repository at this point in the history
  • Loading branch information
brammool committed Oct 20, 2011
1 parent f1be92c commit c901b52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ex_cmds2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
345,
/**/
344,
/**/
Expand Down

0 comments on commit c901b52

Please sign in to comment.