]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.0848: help item for --log argument is not aligned nicely v9.0.0848
authorK.Takata <kentkt@csc.jp>
Wed, 9 Nov 2022 16:29:24 +0000 (16:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Nov 2022 16:29:24 +0000 (16:29 +0000)
Problem:    Help item for --log argument is not aligned nicely.
Solution:   Add a Tab. (Ken Takata, closes #11521)

src/main.c
src/version.c

index 389a202c84087d17d1186a674a3e9324e63bbe1d..16a47b33332cd9061137b4e36e6b45b7db682e59 100644 (file)
@@ -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"));
index 5cc1b025de7dfea89f0dc3bf8d55a5547d78ed78..b1333d284e3153435645e9bb7a136ff2525509a9 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    848,
 /**/
     847,
 /**/