summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-12 22:21:26 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-12 22:21:26 +0200
commit9e6ba8cbef2b2363f1d0a0e2c2a8d21c3b987416 (patch)
tree9983ac90d3141ebbf05b0334c8bf83b84e87de4e
parent5aed0ccb965dbad4b60f4c77c9c4455a9379e73c (diff)
patch 8.2.0744: the name vim is not capatilized in a messagev8.2.0744
Problem: The name vim is not capatilized in a message. Solution: Use "Vim" instead of "vim".
-rw-r--r--src/main.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a1e933cc50..b00d7b987f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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)"));
diff --git a/src/version.c b/src/version.c
index 1ce64b7627..bd5337bca7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 744,
+/**/
743,
/**/
742,