Skip to content

Commit

Permalink
updated for version 7.1a
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed May 5, 2007
1 parent 05b6da1 commit 49b03a5
Show file tree
Hide file tree
Showing 131 changed files with 9,141 additions and 2,743 deletions.
8 changes: 4 additions & 4 deletions Contents
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
messages, shows current file name in window title, on-line
help, rectangular cut/paste, etc., etc., etc...

Version 7.0. Also runs under UNIX, MSDOS and other systems.
vim70rt.tgz contains the documentation and syntax files.
vim70bin.tgz contains the binaries.
vim70src.tgz contains the sources.
Version 7.1a. Also runs under UNIX, MSDOS and other systems.
vim71art.tgz contains the documentation and syntax files.
vim71abin.tgz contains the binaries.
vim71asrc.tgz contains the sources.
Author: Bram Moolenaar et al.


Expand Down
2 changes: 1 addition & 1 deletion README_amisrc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_amisrc.txt for version 7.0 of Vim: Vi IMproved.
README_amisrc.txt for version 7.1a of Vim: Vi IMproved.

See "README.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga.
Expand Down
2 changes: 1 addition & 1 deletion README_bindos.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_bindos.txt for version 7.0 of Vim: Vi IMproved.
README_bindos.txt for version 7.1a of Vim: Vi IMproved.

See "README.txt" for general information about Vim.
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
Expand Down
2 changes: 1 addition & 1 deletion README_lang.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_lang.txt for version 7.0 of Vim: Vi IMproved.
README_lang.txt for version 7.1a of Vim: Vi IMproved.

This file contains files for non-English languages:
- Translated messages.
Expand Down
24 changes: 12 additions & 12 deletions README_os2.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
README_os2.txt for version 7.0 of Vim: Vi IMproved.
README_os2.txt for version 7.1a 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:
vim70rt.zip contains the runtime files (same as for the PC version)
vim70os2.zip contains the OS/2 executables
vim71art.zip contains the runtime files (same as for the PC version)
vim71aos2.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/vim70",
2. Unpack the zip archives. This will create a new directory "vim/vim71a",
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 vim70os2.zip
unzip vim70os2.zip
pkunzip -d vim71aos2.zip
unzip vim71aos2.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\vim70
set path=%path%;D:\editors\vim\vim70
set path=%path%;C:\vim\vim71a
set path=%path%;D:\editors\vim\vim71a

That's it!

Expand All @@ -41,10 +41,10 @@ Extra remarks:
C:\vim\_viminfo Dynamic info for 'viminfo'.
C:\vim\... Other files you made.
Distributed files:
C:\vim\vim70\vim.exe The Vim version 7.0 executable.
C:\vim\vim70\doc\*.txt The version 7.0 documentation files.
C:\vim\vim70\bugreport.vim A Vim version 7.0 script.
C:\vim\vim70\... Other version 7.0 distributed files.
C:\vim\vim71a\vim.exe The Vim version 7.1a executable.
C:\vim\vim71a\doc\*.txt The version 7.1a documentation files.
C:\vim\vim71a\bugreport.vim A Vim version 7.1a script.
C:\vim\vim71a\... Other version 7.1a distributed files.
In this case the $VIM environment variable would be set like this:
set VIM=C:\vim

Expand Down
2 changes: 1 addition & 1 deletion README_src.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_src.txt for version 7.0 of Vim: Vi IMproved.
README_src.txt for version 7.1a of Vim: Vi IMproved.

The source archive contains the files needed to compile Vim on Unix systems.
It is packed for Unix systems (NL line separator). It is also used for other
Expand Down
2 changes: 1 addition & 1 deletion README_srcdos.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_srcdos.txt for version 7.0 of Vim: Vi IMproved.
README_srcdos.txt for version 7.1a of Vim: Vi IMproved.

See "README.txt" for general information about Vim.
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
Expand Down
2 changes: 1 addition & 1 deletion README_vms.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_vms.txt for version 7.0 of Vim: Vi IMproved.
README_vms.txt for version 7.1a 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.
Expand Down
2 changes: 1 addition & 1 deletion README_w32s.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README_w32s.txt for version 7.0 of Vim: Vi IMproved.
README_w32s.txt for version 7.1a 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.
Expand Down
Loading

0 comments on commit 49b03a5

Please sign in to comment.