Skip to content

Commit 6401024

Browse files
committed
patch 8.0.0001
Problem: Intro screen still mentions version7. (Paul) Solution: Change it to version8.
1 parent bb76f24 commit 6401024

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/version.c

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
* Vim originated from Stevie version 3.6 (Fish disk 217) by GRWalter (Fred)
1818
* It has been changed beyond recognition since then.
1919
*
20-
* Differences between version 6.x and 7.x can be found with ":help version7".
21-
* Differences between version 5.x and 6.x can be found with ":help version6".
20+
* Differences between version 7.4 and 8.x can be found with ":help version8".
21+
* Differences between version 6.4 and 7.x can be found with ":help version7".
22+
* Differences between version 5.8 and 6.x can be found with ":help version6".
2223
* Differences between version 4.x and 5.x can be found with ":help version5".
2324
* Differences between version 3.0 and 4.x can be found with ":help version4".
2425
* All the remarks about older versions have been removed, they are not very
@@ -763,6 +764,8 @@ static char *(features[]) =
763764

764765
static int included_patches[] =
765766
{ /* Add new patch number below this line */
767+
/**/
768+
1,
766769
/**/
767770
0
768771
};
@@ -1238,7 +1241,7 @@ intro_message(
12381241
"",
12391242
N_("type :q<Enter> to exit "),
12401243
N_("type :help<Enter> or <F1> for on-line help"),
1241-
N_("type :help version7<Enter> for version info"),
1244+
N_("type :help version8<Enter> for version info"),
12421245
NULL,
12431246
"",
12441247
N_("Running in Vi compatible mode"),

0 commit comments

Comments
 (0)