0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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)
This commit is contained in:
K.Takata
2022-11-09 16:29:24 +00:00
committed by Bram Moolenaar
parent 80613d64e6
commit 0fd7be7f95
2 changed files with 3 additions and 1 deletions

View File

@@ -3588,7 +3588,7 @@ usage(void)
main_msg(_("--startuptime <file>\tWrite startup timing messages to <file>")); main_msg(_("--startuptime <file>\tWrite startup timing messages to <file>"));
#endif #endif
#ifdef FEAT_JOB_CHANNEL #ifdef FEAT_JOB_CHANNEL
main_msg(_("--log <file>\tStart logging to <file> early")); main_msg(_("--log <file>\t\tStart logging to <file> early"));
#endif #endif
#ifdef FEAT_VIMINFO #ifdef FEAT_VIMINFO
main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo")); main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
848,
/**/ /**/
847, 847,
/**/ /**/