From: Bram Moolenaar Date: Tue, 12 May 2020 20:21:26 +0000 (+0200) Subject: patch 8.2.0744: the name vim is not capatilized in a message X-Git-Tag: v8.2.0744 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e6ba8cbef2b2363f1d0a0e2c2a8d21c3b987416;p=vim 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". --- diff --git a/src/main.c b/src/main.c index a1e933cc5..b00d7b987 100644 --- a/src/main.c +++ b/src/main.c @@ -3600,7 +3600,7 @@ usage(void) # endif # endif main_msg(_("-display \tRun Vim on ")); - main_msg(_("-iconic\t\tStart vim iconified")); + main_msg(_("-iconic\t\tStart Vim iconified")); main_msg(_("-background \tUse for the background (also: -bg)")); main_msg(_("-foreground \tUse for normal text (also: -fg)")); main_msg(_("-font \t\tUse for normal text (also: -fn)")); diff --git a/src/version.c b/src/version.c index 1ce64b762..bd5337bca 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 744, /**/ 743, /**/