Skip to content

Commit

Permalink
updated for version 7.2-296
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed Nov 17, 2009
1 parent 116d179 commit 31f660b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -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"));
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -681,6 +681,8 @@ static char *(features[]) =

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

0 comments on commit 31f660b

Please sign in to comment.