Skip to content

Commit ed39e1d

Browse files
committed
updated for version 7.2-000
1 parent a6404a4 commit ed39e1d

170 files changed

Lines changed: 442 additions & 307 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Contents

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
99
messages, shows current file name in window title, on-line
1010
help, rectangular cut/paste, etc., etc., etc...
1111

12-
Version 7.2c. Also runs under UNIX, MSDOS and other systems.
13-
vim72crt.tgz contains the documentation and syntax files.
14-
vim72cbin.tgz contains the binaries.
15-
vim72csrc.tgz contains the sources.
12+
Version 7.2. Also runs under UNIX, MSDOS and other systems.
13+
vim72rt.tgz contains the documentation and syntax files.
14+
vim72bin.tgz contains the binaries.
15+
vim72src.tgz contains the sources.
1616
Author: Bram Moolenaar et al.
1717

1818

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
6969
# Before creating an archive first delete all backup files, *.orig, etc.
7070

7171
MAJOR = 7
72-
MINOR = 2c
72+
MINOR = 2
7373

7474
# Uncomment this line if the Win32s version is to be included.
7575
DOSBIN_S = dosbin_s

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README.txt for version 7.2c of Vim: Vi IMproved.
1+
README.txt for version 7.2 of Vim: Vi IMproved.
22

33

44
WHAT IS VIM

README_ami.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_ami.txt for version 7.2c of Vim: Vi IMproved.
1+
README_ami.txt for version 7.2 of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on Amiga systems.
44
See README.txt for general information about Vim.

README_amibin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_amibin.txt for version 7.2c of Vim: Vi IMproved.
1+
README_amibin.txt for version 7.2 of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_ami.txt" for installation instructions for the Amiga.

README_amisrc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_amisrc.txt for version 7.2c of Vim: Vi IMproved.
1+
README_amisrc.txt for version 7.2 of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_ami.txt" for installation instructions for the Amiga.

README_bindos.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
README_bindos.txt for version 7.2c of Vim: Vi IMproved.
1+
README_bindos.txt for version 7.2 of Vim: Vi IMproved.
22

33
See "README.txt" for general information about Vim.
44
See "README_dos.txt" for installation instructions for MS-DOS and MS-Windows.
5-
These files are in the runtime archive (vim70rt.zip).
5+
These files are in the runtime archive (vim72rt.zip).
66

77

88
There are several binary distributions of Vim for the PC. You would normally
99
pick only one of them, but it's also possible to install several.
1010
These ones are available (the version number may differ):
11-
vim70d16.zip 16 bit DOS version
12-
vim70d32.zip 32 bit DOS version
13-
vim70w32.zip Windows 95/98/NT/etc. console version
14-
gvim70.zip Windows 95/98/NT/etc. GUI version
15-
gvim70ole.zip Windows 95/98/NT/etc. GUI version with OLE
16-
gvim70_s.zip Windows 3.1 GUI version
11+
vim72d16.zip 16 bit DOS version
12+
vim72d32.zip 32 bit DOS version
13+
vim72w32.zip Windows 95/98/NT/etc. console version
14+
gvim72.zip Windows 95/98/NT/etc. GUI version
15+
gvim72ole.zip Windows 95/98/NT/etc. GUI version with OLE
16+
gvim72_s.zip Windows 3.1 GUI version
1717

18-
You MUST also get the runtime archive (vim70rt.zip).
19-
The sources are also available (vim70src.zip).
18+
You MUST also get the runtime archive (vim72rt.zip).
19+
The sources are also available (vim72src.zip).

README_dos.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_dos.txt for version 7.2c of Vim: Vi IMproved.
1+
README_dos.txt for version 7.2 of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on MS-DOS and MS-Windows systems.
44
See "README.txt" for general information about Vim.
@@ -47,13 +47,13 @@ These are the normal steps to install Vim from the .zip archives:
4747
Binary and runtime Vim archives are normally unpacked in the same location,
4848
on top of each other.
4949

50-
2. Unpack the zip archives. This will create a new directory "vim\vim70",
50+
2. Unpack the zip archives. This will create a new directory "vim\vim72",
5151
in which all the distributed Vim files are placed. Since the directory
5252
name includes the version number, it is unlikely that you overwrite
5353
existing files.
5454
Examples:
55-
pkunzip -d gvim70.zip
56-
unzip vim70w32.zip
55+
pkunzip -d gvim72.zip
56+
unzip vim72w32.zip
5757

5858
You need to unpack the runtime archive and at least one of the binary
5959
archives. When using more than one binary version, be careful not to
@@ -69,7 +69,7 @@ These are the normal steps to install Vim from the .zip archives:
6969
archive and follow the instructions in the documentation.
7070

7171
3. Change to the new directory:
72-
cd vim\vim70
72+
cd vim\vim72
7373
Run the "install.exe" program. It will ask you a number of questions about
7474
how you would like to have your Vim setup. Among these are:
7575
- You can tell it to write a "_vimrc" file with your preferences in the
@@ -80,8 +80,8 @@ These are the normal steps to install Vim from the .zip archives:
8080
console or in a shell. You can select one of the directories in your
8181
$PATH. If you skip this, you can add Vim to the search path manually:
8282
The simplest is to add a line to your autoexec.bat. Examples:
83-
set path=%path%;C:\vim\vim70
84-
set path=%path%;D:\editors\vim\vim70
83+
set path=%path%;C:\vim\vim72
84+
set path=%path%;D:\editors\vim\vim72
8585
- Create entries for Vim on the desktop and in the Start menu.
8686

8787
That's it!
@@ -94,7 +94,7 @@ Remarks:
9494
point to the top directory of your Vim files. Example:
9595
set VIM=C:\editors\vim
9696
Vim version 6.0 will look for your vimrc file in $VIM, and for the runtime
97-
files in $VIM/vim70. See ":help $VIM" for more information.
97+
files in $VIM/vim72. See ":help $VIM" for more information.
9898

9999
- To avoid confusion between distributed files of different versions and your
100100
own modified vim scripts, it is recommended to use this directory layout:
@@ -105,14 +105,14 @@ Remarks:
105105
C:\vim\vimfiles\ftplugin\*.vim Filetype plugins
106106
C:\vim\... Other files you made.
107107
Distributed files:
108-
C:\vim\vim70\vim.exe The Vim version 6.0 executable.
109-
C:\vim\vim70\doc\*.txt The version 6.0 documentation files.
110-
C:\vim\vim70\bugreport.vim A Vim version 6.0 script.
111-
C:\vim\vim70\... Other version 6.0 distributed files.
108+
C:\vim\vim72\vim.exe The Vim version 6.0 executable.
109+
C:\vim\vim72\doc\*.txt The version 6.0 documentation files.
110+
C:\vim\vim72\bugreport.vim A Vim version 6.0 script.
111+
C:\vim\vim72\... Other version 6.0 distributed files.
112112
In this case the $VIM environment variable would be set like this:
113113
set VIM=C:\vim
114-
Then $VIMRUNTIME will automatically be set to "$VIM\vim70". Don't add
115-
"vim70" to $VIM, that won't work.
114+
Then $VIMRUNTIME will automatically be set to "$VIM\vim72". Don't add
115+
"vim72" to $VIM, that won't work.
116116

117117
- You can put your Vim executable anywhere else. If the executable is not
118118
with the other Vim files, you should set $VIM. The simplest is to add a line
@@ -136,8 +136,8 @@ Remarks:
136136
Select Properties.
137137
5. In the Program tab, change the "Cmdline" to add "/c" and the name of the
138138
Vim executable. Examples:
139-
C:\command.com /c C:\vim\vim70\vim.exe
140-
C:\command.com /c D:\editors\vim\vim70\vim.exe
139+
C:\command.com /c C:\vim\vim72\vim.exe
140+
C:\command.com /c D:\editors\vim\vim72\vim.exe
141141
6. Select the font, window size, etc. that you like. If this isn't
142142
possible, select "Advanced" in the Program tab, and deselect "MS-DOS
143143
mode".

README_extra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_extra.txt for version 7.2c of Vim: Vi IMproved.
1+
README_extra.txt for version 7.2 of Vim: Vi IMproved.
22

33
The extra archive of Vim is to be used in combination with the source archive
44
(vim-7.0-src.tar.gz). The extra archive is useless without it.

README_lang.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_lang.txt for version 7.2c of Vim: Vi IMproved.
1+
README_lang.txt for version 7.2 of Vim: Vi IMproved.
22

33
This file contains files for non-English languages:
44
- Translated messages.

0 commit comments

Comments
 (0)