Patch 8.2.0744
Problem: The name vim is not capatilized in a message.
Solution: Use "Vim" instead of "vim".
Files: src/main.c
*** ../vim-8.2.0743/src/main.c 2020-05-11 23:13:56.933111324 +0200
--- src/main.c 2020-05-12 13:29:44.020926791 +0200
***************
*** 3600,3606 ****
# endif
# endif
main_msg(_("-display <display>\tRun Vim on <display>"));
! main_msg(_("-iconic\t\tStart vim iconified"));
main_msg(_("-background <color>\tUse <color> for the background (also:
-bg)"));
main_msg(_("-foreground <color>\tUse <color> for normal text (also:
-fg)"));
main_msg(_("-font <font>\t\tUse <font> for normal text (also: -fn)"));
--- 3600,3606 ----
# endif
# endif
main_msg(_("-display <display>\tRun Vim on <display>"));
! main_msg(_("-iconic\t\tStart Vim iconified"));
main_msg(_("-background <color>\tUse <color> for the background (also:
-bg)"));
main_msg(_("-foreground <color>\tUse <color> for normal text (also:
-fg)"));
main_msg(_("-font <font>\t\tUse <font> for normal text (also: -fn)"));
*** ../vim-8.2.0743/src/version.c 2020-05-12 22:02:17.893963155 +0200
--- src/version.c 2020-05-12 22:21:02.000904593 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 744,
/**/
--
>From "know your smileys":
:-F Bucktoothed vampire with one tooth missing
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202005122021.04CKLnkp030039%40masaka.moolenaar.net.