Skip to content
Snippets Groups Projects
Commit fff2beee authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

First step in the Vim 7.3 branch. Changed version numbers.

parent 00a927d6
No related merge requests found
......@@ -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.2. Also runs under UNIX, MSDOS and other systems.
vim72rt.tgz contains the documentation and syntax files.
vim72bin.tgz contains the binaries.
vim72src.tgz contains the sources.
Version 7.3a. Also runs under UNIX, MSDOS and other systems.
vim73art.tgz contains the documentation and syntax files.
vim73abin.tgz contains the binaries.
vim73asrc.tgz contains the sources.
Author: Bram Moolenaar et al.
......
......@@ -69,7 +69,7 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
# Before creating an archive first delete all backup files, *.orig, etc.
MAJOR = 7
MINOR = 2
MINOR = 3a
# Uncomment this line if the Win32s version is to be included.
DOSBIN_S = dosbin_s
......@@ -105,7 +105,7 @@ DOSBIN_S = dosbin_s
# - "make unixall", "make extra", "make lang", "make html"
# - Make diff files against the previous release: "makediff7 7.1 7.2"
#
# Amiga:
# Amiga: (OBSOLETE, Amiga files are no longer distributed)
# - "make amisrc", move the archive to the Amiga and compile:
# "make -f Make_manx.mak" (will use "big" features by default).
# - Run the tests: "make -f Make_manx.mak test"
......@@ -115,7 +115,7 @@ DOSBIN_S = dosbin_s
#
# PC:
# - "make dossrc" and "make dosrt". Unpack the archives on a PC.
# 16 bit DOS version:
# 16 bit DOS version: (OBSOLETE, 16 bit version doesn't build)
# - Set environment for compiling with Borland C++ 3.1.
# - "bmake -f Make_bc3.mak BOR=E:\borlandc" (compiling xxd might fail, in that
# case set environment for compiling with Borland C++ 4.0 and do
......@@ -179,7 +179,7 @@ DOSBIN_S = dosbin_s
# - go to ../nsis and do "makensis gvim.nsi".
# - Copy gvim##.exe to the dist directory.
#
# OS/2:
# OS/2: (OBSOLETE, OS/2 version is no longer distributed)
# - Unpack the Unix "src", "extra" and "rt" archives.
# - "make -f Make_os2.mak".
# - Rename the executables to vimos2.exe, xxdos2.exe and teeos2.exe and copy
......
README.txt for version 7.2 of Vim: Vi IMproved.
README.txt for version 7.3a of Vim: Vi IMproved.
WHAT IS VIM
......
README_ami.txt for version 7.2 of Vim: Vi IMproved.
README_ami.txt for version 7.3a of Vim: Vi IMproved.
This file explains the installation of Vim on Amiga systems.
See README.txt for general information about Vim.
......
README_amibin.txt for version 7.2 of Vim: Vi IMproved.
README_amibin.txt for version 7.3a of Vim: Vi IMproved.
See "README.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga.
......
README_amisrc.txt for version 7.2 of Vim: Vi IMproved.
README_amisrc.txt for version 7.3a of Vim: Vi IMproved.
See "README.txt" for general information about Vim.
See "README_ami.txt" for installation instructions for the Amiga.
......
README_bindos.txt for version 7.2 of Vim: Vi IMproved.
README_bindos.txt for version 7.3a 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.
......
README_dos.txt for version 7.2 of Vim: Vi IMproved.
README_dos.txt for version 7.3a of Vim: Vi IMproved.
This file explains the installation of Vim on MS-DOS and MS-Windows systems.
See "README.txt" for general information about Vim.
......
README_extra.txt for version 7.2 of Vim: Vi IMproved.
README_extra.txt for version 7.3a of Vim: Vi IMproved.
The extra archive of Vim is to be used in combination with the source archive
(vim-7.2-src.tar.gz). The extra archive is useless without it.
......
README_lang.txt for version 7.2 of Vim: Vi IMproved.
README_lang.txt for version 7.3a of Vim: Vi IMproved.
This file contains files for non-English languages:
- Translated messages.
......
README_mac.txt for version 7.2 of Vim: Vi IMproved.
README_mac.txt for version 7.3a of Vim: Vi IMproved.
This file explains the installation of Vim on Macintosh systems.
See "README.txt" for general information about Vim.
......
README_ole.txt for version 7.2 of Vim: Vi IMproved.
README_ole.txt for version 7.3a of Vim: Vi IMproved.
This archive contains gvim.exe with OLE interface and VisVim.
This version of gvim.exe can also load a number of interface dynamically (you
......
README_os2.txt for version 7.2 of Vim: Vi IMproved.
README_os2.txt for version 7.3a of Vim: Vi IMproved.
This file explains the installation of Vim on OS/2 systems.
See "README.txt" for general information about Vim.
......
README_os_390.txt for version 7.2 of Vim: Vi IMproved.
README_os_390.txt for version 7.3a of Vim: Vi IMproved.
Welcome to the OS/390 Unix port of VIM.
......
README_src.txt for version 7.2 of Vim: Vi IMproved.
README_src.txt for version 7.3a 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
......
README_srcdos.txt for version 7.2 of Vim: Vi IMproved.
README_srcdos.txt for version 7.3a 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.
......
README_unix.txt for version 7.2 of Vim: Vi IMproved.
README_unix.txt for version 7.3a of Vim: Vi IMproved.
This file explains the installation of Vim on Unix systems.
See "README.txt" for general information about Vim.
......
README_vms.txt for version 7.2 of Vim: Vi IMproved.
README_vms.txt for version 7.3a 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.
......
README_w32s.txt for version 7.2 of Vim: Vi IMproved.
README_w32s.txt for version 7.3a 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.
......
......@@ -22,7 +22,7 @@
!define HAVE_NLS
!define VER_MAJOR 7
!define VER_MINOR 2
!define VER_MINOR 3a
# ----------- No configurable settings below this line -----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment