]> granicus.if.org Git - vim/commitdiff
patch 8.2.0744: the name vim is not capatilized in a message v8.2.0744
authorBram Moolenaar <Bram@vim.org>
Tue, 12 May 2020 20:21:26 +0000 (22:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 May 2020 20:21:26 +0000 (22:21 +0200)
Problem:    The name vim is not capatilized in a message.
Solution:   Use "Vim" instead of "vim".

src/main.c
src/version.c

index a1e933cc501dafbda61b2bf89fdf236a15009ab7..b00d7b987f5aab978c44e82bb9be08c4cda1dec5 100644 (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)"));
index 1ce64b762720d79461628adc2fcf32833759933b..bd5337bca741d33257a40355ba1199a4627fa358 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    744,
 /**/
     743,
 /**/