summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-12 14:13:37 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-12 14:13:37 +0000
commitf17897d2889f6ab1a4b141db89d34cde99361491 (patch)
tree3c7665fe7cf43c9d0db71b6c96029d277f265f66 /runtime/doc
parentc1c566fb6cd2b78c1f08e3881cf7cac6b4d0472b (diff)
updated for version 7.1
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/debug.txt2
-rw-r--r--runtime/doc/recover.txt2
-rw-r--r--runtime/doc/version6.txt4
3 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/debug.txt b/runtime/doc/debug.txt
index 304061874d..ffc178dcc2 100644
--- a/runtime/doc/debug.txt
+++ b/runtime/doc/debug.txt
@@ -1,4 +1,4 @@
-*debug.txt* For Vim version 7.1b. Last change: 2006 May 01
+*debug.txt* For Vim version 7.1. Last change: 2006 May 01
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/recover.txt b/runtime/doc/recover.txt
index 6177b5eecb..063a0d5560 100644
--- a/runtime/doc/recover.txt
+++ b/runtime/doc/recover.txt
@@ -1,4 +1,4 @@
-*recover.txt* For Vim version 7.1b. Last change: 2006 Apr 24
+*recover.txt* For Vim version 7.1. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt
index be494743a3..0aafae76d9 100644
--- a/runtime/doc/version6.txt
+++ b/runtime/doc/version6.txt
@@ -1,4 +1,4 @@
-*version6.txt* For Vim version 7.1b. Last change: 2007 May 07
+*version6.txt* For Vim version 7.1. Last change: 2007 May 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4650,7 +4650,7 @@ Patch 6.0.147
Problem: It's not easy to mark a Vim version as being modified. The new
license requires this.
Solution: Add the --modified-by argument to configure and the MODIFIED_BY
- define. I's used in the intro screen and the ":version" output.
+ define. It's used in the intro screen and the ":version" output.
Files: src/auto/configure, src/configure.in, src/config.h.in,
src/feature.h, src/version.c