summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-12 16:23:34 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-12 16:23:34 +0200
commit6401024869dcd722ee1b98b4ba58e6caa215201b (patch)
treefb15b5d5d33afa0ecda8f2e886fc2ceb6912f732
parentbb76f24af2010943387ce696a7092175b4ecccf2 (diff)
downloadvim-git-6401024869dcd722ee1b98b4ba58e6caa215201b.tar.gz
patch 8.0.0001v8.0.0001
Problem: Intro screen still mentions version7. (Paul) Solution: Change it to version8.
-rw-r--r--src/version.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/version.c b/src/version.c
index ee8d46779..67338cfd3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -17,8 +17,9 @@
* Vim originated from Stevie version 3.6 (Fish disk 217) by GRWalter (Fred)
* It has been changed beyond recognition since then.
*
- * Differences between version 6.x and 7.x can be found with ":help version7".
- * Differences between version 5.x and 6.x can be found with ":help version6".
+ * Differences between version 7.4 and 8.x can be found with ":help version8".
+ * Differences between version 6.4 and 7.x can be found with ":help version7".
+ * Differences between version 5.8 and 6.x can be found with ":help version6".
* Differences between version 4.x and 5.x can be found with ":help version5".
* Differences between version 3.0 and 4.x can be found with ":help version4".
* All the remarks about older versions have been removed, they are not very
@@ -764,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1,
+/**/
0
};
@@ -1238,7 +1241,7 @@ intro_message(
"",
N_("type :q<Enter> to exit "),
N_("type :help<Enter> or <F1> for on-line help"),
- N_("type :help version7<Enter> for version info"),
+ N_("type :help version8<Enter> for version info"),
NULL,
"",
N_("Running in Vi compatible mode"),