From 0fd7be7f951b639312c9cb3917c7e61ba3b55a60 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Wed, 9 Nov 2022 16:29:24 +0000 Subject: [PATCH] patch 9.0.0848: help item for --log argument is not aligned nicely Problem: Help item for --log argument is not aligned nicely. Solution: Add a Tab. (Ken Takata, closes #11521) --- src/main.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 389a202c84087..16a47b33332cd 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 5cc1b025de7df..b1333d284e315 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, /**/