summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-12 15:14:36 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-12 15:14:36 +0000
commit1b826e540c769efb75987614f27f12d83516f4cc (patch)
tree9f5e0ab921adb9e1e85a6597efdfeced9c751780
parentd38c6c9aaed1134be4330f559bdc05d4e3b18e5f (diff)
downloadvim-git-1b826e540c769efb75987614f27f12d83516f4cc.tar.gz
updated for version 7.1
-rw-r--r--runtime/doc/filetype.txt2
-rw-r--r--runtime/doc/scroll.txt2
-rw-r--r--runtime/doc/usr_05.txt4
-rw-r--r--runtime/doc/workshop.txt2
4 files changed, 5 insertions, 5 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index ada9d5087..21019b27e 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -1,4 +1,4 @@
-*filetype.txt* For Vim version 7.1b. Last change: 2007 May 10
+*filetype.txt* For Vim version 7.1. Last change: 2007 May 10
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/scroll.txt b/runtime/doc/scroll.txt
index da57596b1..c11e99366 100644
--- a/runtime/doc/scroll.txt
+++ b/runtime/doc/scroll.txt
@@ -1,4 +1,4 @@
-*scroll.txt* For Vim version 7.1b. Last change: 2006 Aug 27
+*scroll.txt* For Vim version 7.1. Last change: 2006 Aug 27
VIM REFERENCE MANUAL by Bram Moolenaar
diff --git a/runtime/doc/usr_05.txt b/runtime/doc/usr_05.txt
index ee90eda97..5486810a6 100644
--- a/runtime/doc/usr_05.txt
+++ b/runtime/doc/usr_05.txt
@@ -1,4 +1,4 @@
-*usr_05.txt* For Vim version 7.1b. Last change: 2006 Jul 10
+*usr_05.txt* For Vim version 7.1. Last change: 2007 May 11
VIM USER MANUAL - by Bram Moolenaar
@@ -567,7 +567,7 @@ visible: >
:set list
-Now every Tab is displayed as ^I. And a $ is displayed at the end of each
+Now every tab is displayed as ^I. And a $ is displayed at the end of each
line, so that you can spot trailing spaces that would otherwise go unnoticed.
A disadvantage is that this looks ugly when there are many Tabs in a file.
If you have a color terminal, or are using the GUI, Vim can show the spaces
diff --git a/runtime/doc/workshop.txt b/runtime/doc/workshop.txt
index b7ecf7c0e..0101188f9 100644
--- a/runtime/doc/workshop.txt
+++ b/runtime/doc/workshop.txt
@@ -1,4 +1,4 @@
-*workshop.txt* For Vim version 7.1b. Last change: 2006 Apr 24
+*workshop.txt* For Vim version 7.1. Last change: 2006 Apr 24
VIM REFERENCE MANUAL by Gordon Prieur