summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-11-09 16:29:24 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-09 16:29:24 +0000
commit0fd7be7f951b639312c9cb3917c7e61ba3b55a60 (patch)
treea24e5ffd1fb3301d96e76be9cdb6f5a6a9a00484
parent80613d64e69ccdac3dbf4eb06d55b2cf1218b819 (diff)
downloadvim-git-9.0.0848.tar.gz
patch 9.0.0848: help item for --log argument is not aligned nicelyv9.0.0848
Problem: Help item for --log argument is not aligned nicely. Solution: Add a Tab. (Ken Takata, closes #11521)
-rw-r--r--src/main.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 389a202c8..16a47b333 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3588,7 +3588,7 @@ usage(void)
main_msg(_("--startuptime <file>\tWrite startup timing messages to <file>"));
#endif
#ifdef FEAT_JOB_CHANNEL
- main_msg(_("--log <file>\tStart logging to <file> early"));
+ main_msg(_("--log <file>\t\tStart logging to <file> early"));
#endif
#ifdef FEAT_VIMINFO
main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));
diff --git a/src/version.c b/src/version.c
index 5cc1b025d..b1333d284 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 848,
+/**/
847,
/**/
846,