diff --git a/src/main.c b/src/main.c index 389a202c84..16a47b3333 100644 --- a/src/main.c +++ b/src/main.c @@ -3588,7 +3588,7 @@ usage(void) main_msg(_("--startuptime \tWrite startup timing messages to ")); #endif #ifdef FEAT_JOB_CHANNEL - main_msg(_("--log \tStart logging to early")); + main_msg(_("--log \t\tStart logging to early")); #endif #ifdef FEAT_VIMINFO main_msg(_("-i \t\tUse instead of .viminfo")); diff --git a/src/version.c b/src/version.c index 5cc1b025de..b1333d284e 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 848, /**/ 847, /**/