]> granicus.if.org Git - vim/commitdiff
updated for version 7.1
authorBram Moolenaar <Bram@vim.org>
Sat, 12 May 2007 15:14:36 +0000 (15:14 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 May 2007 15:14:36 +0000 (15:14 +0000)
runtime/doc/filetype.txt
runtime/doc/scroll.txt
runtime/doc/usr_05.txt
runtime/doc/workshop.txt

index ada9d5087c916d253ca1739cf70db68131f204e7..21019b27e5e15ef105754e61e3f6bb47d61efdcc 100644 (file)
@@ -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
index da57596b1fb69babba6bd2622dce2432dca5cdeb..c11e99366e0bf4f280b97f26dfe4f81d9ff3c49d 100644 (file)
@@ -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
index ee90eda97e034cdbc483af5251d4b4501a81abfd..5486810a67f4da7ff037776c59767d468d085120 100644 (file)
@@ -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
index b7ecf7c0ee35b01833799fc83d90aca995743172..0101188f9469320756d64a52e5345dfe18b4b087 100644 (file)
@@ -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