mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
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:
@ -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)"));
|
||||
|
@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
744,
|
||||
/**/
|
||||
743,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user