patch 8.2.0744: the name vim is not capatilized in a message

Problem:    The name vim is not capatilized in a message.
Solution:   Use "Vim" instead of "vim".
This commit is contained in:
Bram Moolenaar
2020-05-12 22:21:26 +02:00
parent 5aed0ccb96
commit 9e6ba8cbef
2 changed files with 3 additions and 1 deletions

View File

@ -3600,7 +3600,7 @@ usage(void)
# endif
# endif
main_msg(_("-display <display>\tRun Vim on <display>"));
main_msg(_("-iconic\t\tStart vim iconified"));
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)"));

View File

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