]> granicus.if.org Git - vim/commitdiff
patch 8.1.0094: help text "usage:" is not capatalized v8.1.0094
authorBram Moolenaar <Bram@vim.org>
Thu, 21 Jun 2018 19:38:33 +0000 (21:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 21 Jun 2018 19:38:33 +0000 (21:38 +0200)
Problem:    Help text "usage:" is not capatalized.
Solution:   Make it "Usage:". (closes #3044)

src/main.c
src/version.c

index c741fc40606e7fba3f4938568dea589544fbde7d..66b67b826d3f907efb1de97ea675a007b5456d0b 100644 (file)
@@ -3269,7 +3269,7 @@ usage(void)
 #endif
 
     mch_msg(longVersion);
-    mch_msg(_("\n\nusage:"));
+    mch_msg(_("\n\nUsage:"));
     for (i = 0; ; ++i)
     {
        mch_msg(_(" vim [arguments] "));
index b821423eaed04434f237847f733a76b5d64a0f90..109c4b7e6c46fab2340a38b930e224d8332dbd20 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    94,
 /**/
     93,
 /**/