]> granicus.if.org Git - vim/commitdiff
updated for version 7.1
authorBram Moolenaar <Bram@vim.org>
Sat, 12 May 2007 15:04:19 +0000 (15:04 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 May 2007 15:04:19 +0000 (15:04 +0000)
README_os2.txt
runtime/doc/sql.txt
runtime/doc/usr_07.txt
runtime/doc/usr_20.txt

index 8ea5dbd2a72cd2b115af895f3bf9924c82161ab6..6ddc70857c0d98beeac4a4dbaaf7e34464992a0a 100644 (file)
@@ -1,32 +1,32 @@
-README_os2.txt for version 7.1b of Vim: Vi IMproved.
+README_os2.txt for version 7.1 of Vim: Vi IMproved.
 
 This file explains the installation of Vim on OS/2 systems.
 See "README.txt" for general information about Vim.
 
 
 NOTE: You will need two archives:
-  vim71brt.zip contains the runtime files (same as for the PC version)
-  vim71bos2.zip        contains the OS/2 executables
+  vim71rt.zip  contains the runtime files (same as for the PC version)
+  vim71os2.zip contains the OS/2 executables
 
 1. Go to the directory where you want to put the Vim files.  Examples:
        cd C:\
        cd D:\editors
 
-2. Unpack the zip archives.  This will create a new directory "vim/vim71b",
+2. Unpack the zip archives.  This will create a new directory "vim/vim71",
    in which all the distributed Vim files are placed.  Since the directory
    name includes the version number, it is unlikely that you overwrite
    existing files.
    Examples:
-       pkunzip -d vim71bos2.zip
-       unzip vim71bos2.zip
+       pkunzip -d vim71os2.zip
+       unzip vim71os2.zip
 
    After you unpacked the files, you can still move the whole directory tree
    to another location.
 
 3. Add the directory where vim.exe is to your path.  The simplest is to add a
    line to your autoexec.bat.  Examples:
-       set path=%path%;C:\vim\vim71b
-       set path=%path%;D:\editors\vim\vim71b
+       set path=%path%;C:\vim\vim71
+       set path=%path%;D:\editors\vim\vim71
 
 That's it!
 
@@ -41,10 +41,10 @@ Extra remarks:
        C:\vim\_viminfo                 Dynamic info for 'viminfo'.
        C:\vim\...                      Other files you made.
   Distributed files:
-       C:\vim\vim71b\vim.exe           The Vim version 7.1b executable.
-       C:\vim\vim71b\doc\*.txt         The version 7.1b documentation files.
-       C:\vim\vim71b\bugreport.vim     A Vim version 7.1b script.
-       C:\vim\vim71b\...               Other version 7.1b distributed files.
+       C:\vim\vim71\vim.exe            The Vim version 7.1 executable.
+       C:\vim\vim71\doc\*.txt          The version 7.1 documentation files.
+       C:\vim\vim71\bugreport.vim      A Vim version 7.1 script.
+       C:\vim\vim71\...                Other version 7.1 distributed files.
   In this case the $VIM environment variable would be set like this:
        set VIM=C:\vim
 
index ca9bf5c411b34233d592ac1b5fea2a59d83b14f2..303ebd5bdc49145a2a985870a5ca74fa72869c32 100644 (file)
@@ -1,4 +1,4 @@
-*sql.txt*      For Vim version 7.1b.  Last change: Wed Apr 26 2006 3:05:33 PM
+*sql.txt*      For Vim version 7.1.  Last change: Wed Apr 26 2006 3:05:33 PM
 
 by David Fishburn
 
index fc17b2aa623d5c0251037952828c4dba5e1bfb3d..a0c8a310f2cb9cc581ea40940786ea5ec368e575 100644 (file)
@@ -1,4 +1,4 @@
-*usr_07.txt*   For Vim version 7.1b.  Last change: 2006 Apr 24
+*usr_07.txt*   For Vim version 7.1.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index 9da5c01f4e71a94963c7b6d4d4132789d5090da6..49ca93b1c913cf035169363d93160fe9a48ddfd7 100644 (file)
@@ -1,4 +1,4 @@
-*usr_20.txt*   For Vim version 7.1b.  Last change: 2006 Apr 24
+*usr_20.txt*   For Vim version 7.1.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar