summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a1e933cc5..b00d7b987 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 1ce64b762..bd5337bca 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,