Skip to content

Commit

Permalink
patch 9.0.0848: help item for --log argument is not aligned nicely
Browse files Browse the repository at this point in the history
Problem:    Help item for --log argument is not aligned nicely.
Solution:   Add a Tab. (Ken Takata, closes #11521)
  • Loading branch information
k-takata authored and brammool committed Nov 9, 2022
1 parent 80613d6 commit 0fd7be7
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 @@ -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"));
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -695,6 +695,8 @@ static char *(features[]) =

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

0 comments on commit 0fd7be7

Please sign in to comment.