Skip to content

Commit fff2bee

Browse files
committed
First step in the Vim 7.3 branch. Changed version numbers.
1 parent 00a927d commit fff2bee

171 files changed

Lines changed: 421 additions & 1145 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.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.
12+
Version 7.3a. Also runs under UNIX, MSDOS and other systems.
13+
vim73art.tgz contains the documentation and syntax files.
14+
vim73abin.tgz contains the binaries.
15+
vim73asrc.tgz contains the sources.
1616
Author: Bram Moolenaar et al.
1717

1818

Makefile

Lines changed: 4 additions & 4 deletions
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 = 2
72+
MINOR = 3a
7373

7474
# Uncomment this line if the Win32s version is to be included.
7575
DOSBIN_S = dosbin_s
@@ -105,7 +105,7 @@ DOSBIN_S = dosbin_s
105105
# - "make unixall", "make extra", "make lang", "make html"
106106
# - Make diff files against the previous release: "makediff7 7.1 7.2"
107107
#
108-
# Amiga:
108+
# Amiga: (OBSOLETE, Amiga files are no longer distributed)
109109
# - "make amisrc", move the archive to the Amiga and compile:
110110
# "make -f Make_manx.mak" (will use "big" features by default).
111111
# - Run the tests: "make -f Make_manx.mak test"
@@ -115,7 +115,7 @@ DOSBIN_S = dosbin_s
115115
#
116116
# PC:
117117
# - "make dossrc" and "make dosrt". Unpack the archives on a PC.
118-
# 16 bit DOS version:
118+
# 16 bit DOS version: (OBSOLETE, 16 bit version doesn't build)
119119
# - Set environment for compiling with Borland C++ 3.1.
120120
# - "bmake -f Make_bc3.mak BOR=E:\borlandc" (compiling xxd might fail, in that
121121
# case set environment for compiling with Borland C++ 4.0 and do
@@ -179,7 +179,7 @@ DOSBIN_S = dosbin_s
179179
# - go to ../nsis and do "makensis gvim.nsi".
180180
# - Copy gvim##.exe to the dist directory.
181181
#
182-
# OS/2:
182+
# OS/2: (OBSOLETE, OS/2 version is no longer distributed)
183183
# - Unpack the Unix "src", "extra" and "rt" archives.
184184
# - "make -f Make_os2.mak".
185185
# - Rename the executables to vimos2.exe, xxdos2.exe and teeos2.exe and copy

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.2 of Vim: Vi IMproved.
1+
README.txt for version 7.3a 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.2 of Vim: Vi IMproved.
1+
README_ami.txt for version 7.3a 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.2 of Vim: Vi IMproved.
1+
README_amibin.txt for version 7.3a 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.2 of Vim: Vi IMproved.
1+
README_amisrc.txt for version 7.3a 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_bindos.txt for version 7.2 of Vim: Vi IMproved.
1+
README_bindos.txt for version 7.3a 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.

README_dos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_dos.txt for version 7.2 of Vim: Vi IMproved.
1+
README_dos.txt for version 7.3a 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.

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.2 of Vim: Vi IMproved.
1+
README_extra.txt for version 7.3a of Vim: Vi IMproved.
22

33
The extra archive of Vim is to be used in combination with the source archive
44
(vim-7.2-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.2 of Vim: Vi IMproved.
1+
README_lang.txt for version 7.3a of Vim: Vi IMproved.
22

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

0 commit comments

Comments
 (0)