Skip to content

Commit 613e9b2

Browse files
committed
Vim 7.4a BETA release.
1 parent 51ce220 commit 613e9b2

File tree

162 files changed

+7864
-2870
lines changed

Some content is hidden

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

162 files changed

+7864
-2870
lines changed

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.3. Also runs under UNIX, MSDOS and other systems.
13-
vim73rt.tgz contains the documentation and syntax files.
14-
vim73bin.tgz contains the binaries.
15-
vim73src.tgz contains the sources.
12+
Version 7.4a. Also runs under UNIX, MSDOS and other systems.
13+
vim74art.tgz contains the documentation and syntax files.
14+
vim74abin.tgz contains the binaries.
15+
vim74asrc.tgz contains the sources.
1616
Author: Bram Moolenaar et al.
1717

1818

Makefile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,17 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
7474
# Before creating an archive first delete all backup files, *.orig, etc.
7575

7676
MAJOR = 7
77-
MINOR = 3
77+
MINOR = 4a
7878

7979
# Uncomment this line if the Win32s version is to be included.
80-
DOSBIN_S = dosbin_s
80+
# DOSBIN_S = dosbin_s
8181

8282
# Uncomment this line if the 16 bit DOS version is to be included.
8383
# DOSBIN_D16 = dosbin_d16
8484

85+
# Uncomment this line if the 32 bit DOS version is to be included.
86+
# DOSBIN_D32 = dosbin_d32
87+
8588
# CHECKLIST for creating a new version:
8689
#
8790
# - Update Vim version number. For a test version in: src/version.h, Contents,
@@ -463,7 +466,7 @@ runtime_unix2dos: dosrt_unix2dos
463466
cd dist/vim/$(VIMRTDIR); tar cf - * \
464467
| (cd ../../../runtime/dos; tar xf -)
465468

466-
dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_ole $(DOSBIN_S) $(DOSBIN_D16)
469+
dosbin: prepare dosbin_gvim dosbin_w32 $(DOSBIN_D32) dosbin_ole $(DOSBIN_S) $(DOSBIN_D16)
467470

468471
# make Win32 gvim
469472
dosbin_gvim: dist no_title.vim dist/$(COMMENT_GVIM)

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.3 of Vim: Vi IMproved.
1+
README.txt for version 7.4a 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.3 of Vim: Vi IMproved.
1+
README_ami.txt for version 7.4a 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.3 of Vim: Vi IMproved.
1+
README_amibin.txt for version 7.4a 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.3 of Vim: Vi IMproved.
1+
README_amisrc.txt for version 7.4a 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: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
README_bindos.txt for version 7.3 of Vim: Vi IMproved.
1+
README_bindos.txt for version 7.4a 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 (vim73rt.zip).
5+
These files are in the runtime archive (vim74rt.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-
vim73d16.zip 16 bit DOS version
12-
vim73d32.zip 32 bit DOS version
13-
vim73w32.zip Windows 95/98/NT/etc. console version
14-
gvim73.zip Windows 95/98/NT/etc. GUI version
15-
gvim73ole.zip Windows 95/98/NT/etc. GUI version with OLE
16-
gvim73_s.zip Windows 3.1 GUI version
11+
vim74w32.zip Windows 95/98/NT/etc. console version
12+
gvim74.zip Windows 95/98/NT/etc. GUI version
13+
gvim74ole.zip Windows 95/98/NT/etc. GUI version with OLE
1714

18-
You MUST also get the runtime archive (vim73rt.zip).
19-
The sources are also available (vim73src.zip).
15+
You MUST also get the runtime archive (vim74rt.zip).
16+
The sources are also available (vim74src.zip).

README_dos.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_dos.txt for version 7.3 of Vim: Vi IMproved.
1+
README_dos.txt for version 7.4a 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\vim73",
50+
2. Unpack the zip archives. This will create a new directory "vim\vim74",
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 gvim73.zip
56-
unzip vim73w32.zip
55+
pkunzip -d gvim74.zip
56+
unzip vim74w32.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\vim73
72+
cd vim\vim74
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\vim73
84-
set path=%path%;D:\editors\vim\vim73
83+
set path=%path%;C:\vim\vim74
84+
set path=%path%;D:\editors\vim\vim74
8585
- Create entries for Vim on the desktop and in the Start menu.
8686

8787
That's it!
@@ -93,8 +93,8 @@ Remarks:
9393
won't show a menubar. Then you need to set the $VIM environment variable to
9494
point to the top directory of your Vim files. Example:
9595
set VIM=C:\editors\vim
96-
Vim version 7.3 will look for your vimrc file in $VIM, and for the runtime
97-
files in $VIM/vim73. See ":help $VIM" for more information.
96+
Vim version 7.4 will look for your vimrc file in $VIM, and for the runtime
97+
files in $VIM/vim74. 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\vim73\vim.exe The Vim version 7.3 executable.
109-
C:\vim\vim73\doc\*.txt The version 7.3 documentation files.
110-
C:\vim\vim73\bugreport.vim A Vim version 7.3 script.
111-
C:\vim\vim73\... Other version 7.3 distributed files.
108+
C:\vim\vim74\vim.exe The Vim version 7.4 executable.
109+
C:\vim\vim74\doc\*.txt The version 7.4 documentation files.
110+
C:\vim\vim74\bugreport.vim A Vim version 7.4 script.
111+
C:\vim\vim74\... Other version 7.4 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\vim73". Don't add
115-
"vim73" to $VIM, that won't work.
114+
Then $VIMRUNTIME will automatically be set to "$VIM\vim74". Don't add
115+
"vim74" 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\vim73\vim.exe
140-
C:\command.com /c D:\editors\vim\vim73\vim.exe
139+
C:\command.com /c C:\vim\vim74\vim.exe
140+
C:\command.com /c D:\editors\vim\vim74\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.3 of Vim: Vi IMproved.
1+
README_extra.txt for version 7.4a of Vim: Vi IMproved.
22

33
These extra files of Vim are for special purposes. This README explains what
44
the files are for. For general information about Vim, see the "README.txt"

README_mac.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_mac.txt for version 7.3 of Vim: Vi IMproved.
1+
README_mac.txt for version 7.4a of Vim: Vi IMproved.
22

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

0 commit comments

Comments
 (0)