diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-12 14:13:37 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-12 14:13:37 +0000 |
commit | f17897d2889f6ab1a4b141db89d34cde99361491 (patch) | |
tree | 3c7665fe7cf43c9d0db71b6c96029d277f265f66 /runtime | |
parent | c1c566fb6cd2b78c1f08e3881cf7cac6b4d0472b (diff) | |
download | vim-git-f17897d2889f6ab1a4b141db89d34cde99361491.tar.gz |
updated for version 7.1
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/debug.txt | 2 | ||||
-rw-r--r-- | runtime/doc/recover.txt | 2 | ||||
-rw-r--r-- | runtime/doc/version6.txt | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/debug.txt b/runtime/doc/debug.txt index 304061874..ffc178dcc 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 6177b5eec..063a0d556 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 be494743a..0aafae76d 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 |