summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:02:27 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:02:27 +0000
commit035db9f0e1255696c510030ffeb8c3632d4e5180 (patch)
tree5d9ed76cd7ff1a03d40403a69c71bdf02580f27e /runtime
parent7aa9f6a03ac2cd935d55b1fd1c9f81bb855711c4 (diff)
updated for version 7.1b
Diffstat (limited to 'runtime')
-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 6af7a12c81..304061874d 100644
--- a/runtime/doc/debug.txt
+++ b/runtime/doc/debug.txt
@@ -1,4 +1,4 @@
-*debug.txt* For Vim version 7.1a. Last change: 2006 May 01
+*debug.txt* For Vim version 7.1b. Last change: 2006 May 01
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/recover.txt b/runtime/doc/recover.txt
index 159bd3c03c..6177b5eecb 100644
--- a/runtime/doc/recover.txt
+++ b/runtime/doc/recover.txt
@@ -1,4 +1,4 @@
-*recover.txt* For Vim version 7.1a. Last change: 2006 Apr 24
+*recover.txt* For Vim version 7.1b. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt
index 9d33aa6f42..be494743a3 100644
--- a/runtime/doc/version6.txt
+++ b/runtime/doc/version6.txt
@@ -1,4 +1,4 @@
-*version6.txt* For Vim version 7.1a. Last change: 2006 Nov 18
+*version6.txt* For Vim version 7.1b. Last change: 2007 May 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -10639,7 +10639,7 @@ Files: runtime/menu.vim
Patch 6.2.111
Problem: Encoding "cp1251" is not recognized.
-Solution: Add "cp1251" to the table of encocings. (Alexey Froloff)
+Solution: Add "cp1251" to the table of encodings. (Alexey Froloff)
Files: src/mbyte.c
Patch 6.2.112