diff --git a/src/main.c b/src/main.c index 13707ce11..954384a56 100644 --- a/src/main.c +++ b/src/main.c @@ -3151,7 +3151,7 @@ usage() main_msg(_("--servername \tSend to/become the Vim server ")); #endif #ifdef STARTUPTIME - main_msg(_("--startuptime=\tWrite startup timing messages to ")); + main_msg(_("--startuptime \tWrite startup timing messages to ")); #endif #ifdef FEAT_VIMINFO main_msg(_("-i \t\tUse instead of .viminfo")); diff --git a/src/version.c b/src/version.c index 19ac2a8f8..08ba161aa 100644 --- a/src/version.c +++ b/src/version.c @@ -681,6 +681,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 296, /**/ 295, /**/