Patch 9.0.0848
Problem: Help item for --log argument is not aligned nicely.
Solution: Add a Tab. (Ken Takata, closes #11521)
Files: src/main.c
*** /tmp/src/main.c 2022-11-09 23:36:13.019252366 +0000
--- /tmp/pJ5gfa/src/main.c 2022-11-09 23:36:13.019252366 +0000
***************
*** 3588,3594 ****
main_msg(_("--startuptime <file>\tWrite startup timing messages to
<file>"));
#endif
#ifdef FEAT_JOB_CHANNEL
! main_msg(_("--log <file>\tStart logging to <file> early"));
#endif
#ifdef FEAT_VIMINFO
main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));
--- 3588,3594 ----
main_msg(_("--startuptime <file>\tWrite startup timing messages to
<file>"));
#endif
#ifdef FEAT_JOB_CHANNEL
! main_msg(_("--log <file>\t\tStart logging to <file> early"));
#endif
#ifdef FEAT_VIMINFO
main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));
*** /tmp/src/version.c 2022-11-09 23:36:13.027252369 +0000
--- /tmp/rAi6ge/src/version.c 2022-11-09 23:36:13.027252369 +0000
***************
*** 695,696 ****
--- 695,698 ----
{ /* Add new patch number below this line */
+ /**/
+ 848,
/**/
--
Know this story about a nerd who fell into a river and drowned,
despite his cries of "F1! F1!"?
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221109233814.4D7E11C099A%40moolenaar.net.