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 | |
parent | c1c566fb6cd2b78c1f08e3881cf7cac6b4d0472b (diff) | |
download | vim-git-f17897d2889f6ab1a4b141db89d34cde99361491.tar.gz |
updated for version 7.1
-rw-r--r-- | README_ole.txt | 2 | ||||
-rw-r--r-- | runtime/doc/debug.txt | 2 | ||||
-rw-r--r-- | runtime/doc/recover.txt | 2 | ||||
-rw-r--r-- | runtime/doc/version6.txt | 4 | ||||
-rw-r--r-- | src/mysign | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/README_ole.txt b/README_ole.txt index 7244d2721..400396af2 100644 --- a/README_ole.txt +++ b/README_ole.txt @@ -1,4 +1,4 @@ -README_ole.txt for version 7.1b of Vim: Vi IMproved. +README_ole.txt for version 7.1 of Vim: Vi IMproved. This archive contains gvim.exe with OLE interface and VisVim. This version of gvim.exe can also load a number of interface dynamically (you 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 diff --git a/src/mysign b/src/mysign index e31d3e4a9..42b6cbbcb 100644 --- a/src/mysign +++ b/src/mysign @@ -1 +1 @@ -=auto/configure-lastupdate=1134726965.61-@buildcheck=7520ec774f62645a09ebe0f9aab5aaec=configure.in@md5=98b5986099d37a7ba1b943fe7f4d0f90 +=auto/configure-lastupdate=1178970549.78-@buildcheck=dfc15c059b7ce88a951584995c49a201=configure.in@md5=e0d6e9a7d7b986d63ce4e8e7362fd0b9 |