]> granicus.if.org Git - vim/commitdiff
updated for version 7.1
authorBram Moolenaar <Bram@vim.org>
Sat, 12 May 2007 15:23:40 +0000 (15:23 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 May 2007 15:23:40 +0000 (15:23 +0000)
README_vms.txt
README_w32s.txt
runtime/doc/farsi.txt
runtime/doc/os_win32.txt
runtime/doc/usr_04.txt
runtime/doc/usr_12.txt

index 42eb3818eb4f2a5f82f214a758fa969bbd5a0c54..07a9c16bc3af1480f4894c555e0c8cf1d7f93b96 100644 (file)
@@ -1,4 +1,4 @@
-README_vms.txt for version 7.1b of Vim: Vi IMproved.
+README_vms.txt for version 7.1 of Vim: Vi IMproved.
 
 This file explains the installation of Vim on VMS systems.
 See "README.txt" in the runtime archive for information about Vim.
index b7dc0c5bdffa4e1aeee9bde04f775b132658061e..393f8c09f4e910718d01e8081b4eac06d0e27e20 100644 (file)
@@ -1,4 +1,4 @@
-README_w32s.txt for version 7.1b of Vim: Vi IMproved.
+README_w32s.txt for version 7.1 of Vim: Vi IMproved.
 
 This archive contains the gvim.exe that was specifically compiled for use in
 the Win32s subsystem in MS-Windows 3.1 and 3.11.
index e68e3e89e9641b926a0ac40455acec21afbdad54..c07566052dcedf550b14b887d6e1280099ec2fbe 100644 (file)
@@ -1,4 +1,4 @@
-*farsi.txt*     For Vim version 7.1b.  Last change: 2005 Mar 29
+*farsi.txt*     For Vim version 7.1.  Last change: 2005 Mar 29
 
 
                  VIM REFERENCE MANUAL    by Mortaza Ghassab Shiran
index 57018603aeda7d1817918620353ca3ef3dba6a8e..0403577bfb3bc643974f2f7db79d908de5653f23 100644 (file)
@@ -1,4 +1,4 @@
-*os_win32.txt*  For Vim version 7.1b.  Last change: 2007 Apr 22
+*os_win32.txt*  For Vim version 7.1.  Last change: 2007 Apr 22
 
 
                  VIM REFERENCE MANUAL    by George Reilly
index af50d2886c9a548aba7f42eccfc9bd4a826636c4..8f785be63c70e846ffe11e19c1c69ddfa7386f7e 100644 (file)
@@ -1,4 +1,4 @@
-*usr_04.txt*   For Vim version 7.1b.  Last change: 2006 Jun 21
+*usr_04.txt*   For Vim version 7.1.  Last change: 2006 Jun 21
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 944a21b51d0cb18d215fefb753666ed82a5a2533..ed272f68c6cff7f71a4f299f568cd64eca3581c3 100644 (file)
@@ -1,4 +1,4 @@
-*usr_12.txt*   For Vim version 7.1b.  Last change: 2006 Nov 18
+*usr_12.txt*   For Vim version 7.1.  Last change: 2007 May 11
 
                     VIM USER MANUAL - by Bram Moolenaar
 
@@ -294,7 +294,7 @@ Later will be explained how you write patterns like this |usr_27.txt|.
    The "to" part of the substitute command is empty: "//".  Thus it replaces
 with nothing, effectively deleting the matched white space.
 
-Another wasteful use of spaces is placing them before a Tab.  Often these can
+Another wasteful use of spaces is placing them before a tab.  Often these can
 be deleted without changing the amount of white space.  But not always!
 Therefore, you can best do this manually.  Use this search command: >
 
@@ -302,7 +302,7 @@ Therefore, you can best do this manually.  Use this search command: >
 
 You cannot see it, but there is a space before a tab in this command.  Thus
 it's "/<Space><Tab>".   Now use "x" to delete the space and check that the
-amount of white space doesn't change.  You might have to insert a Tab if it
+amount of white space doesn't change.  You might have to insert a tab if it
 does change.  Type "n" to find the next match.  Repeat this until no more
 matches can be found.