updated for version 7.2-296

This commit is contained in:
Bram Moolenaar
2009-11-17 11:31:25 +00:00
parent 627b1d3862
commit 34ef52dd56
2 changed files with 3 additions and 1 deletions

View File

@@ -3151,7 +3151,7 @@ usage()
main_msg(_("--servername <name>\tSend to/become the Vim server <name>"));
#endif
#ifdef STARTUPTIME
main_msg(_("--startuptime=<file>\tWrite startup timing messages to <file>"));
main_msg(_("--startuptime <file>\tWrite startup timing messages to <file>"));
#endif
#ifdef FEAT_VIMINFO
main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));

View File

@@ -681,6 +681,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
296,
/**/
295,
/**/