Skip to content

Commit d28478b

Browse files
committed
Vim 7.3a -> 7.3b.
1 parent 16d79a3 commit d28478b

File tree

157 files changed

+177
-169
lines changed

Some content is hidden

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

157 files changed

+177
-169
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.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.
12+
Version 7.3b. Also runs under UNIX, MSDOS and other systems.
13+
vim73brt.tgz contains the documentation and syntax files.
14+
vim73bbin.tgz contains the binaries.
15+
vim73bsrc.tgz contains the sources.
1616
Author: Bram Moolenaar et al.
1717

1818

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,14 @@ all install uninstall tools config configure reconfig proto depend lint tags typ
6868
# Before creating an archive first delete all backup files, *.orig, etc.
6969

7070
MAJOR = 7
71-
MINOR = 3a
71+
MINOR = 3b
7272

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

76+
# Uncomment this line if the 16 bit DOS version is to be included.
77+
# DOSBIN_D16 = dosbin_d16
78+
7679
# CHECKLIST for creating a new version:
7780
#
7881
# - Update Vim version number. For a test version in: src/version.h, Contents,
@@ -439,7 +442,7 @@ runtime_unix2dos: dosrt_unix2dos
439442
cd dist/vim/$(VIMRTDIR); tar cf - * \
440443
| (cd ../../../runtime/dos; tar xf -)
441444

442-
dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_d16 dosbin_ole $(DOSBIN_S)
445+
dosbin: prepare dosbin_gvim dosbin_w32 dosbin_d32 dosbin_ole $(DOSBIN_S) $(DOSBIN_D16)
443446

444447
# make Win32 gvim
445448
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.3a of Vim: Vi IMproved.
1+
README.txt for version 7.3b 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.3a of Vim: Vi IMproved.
1+
README_ami.txt for version 7.3b 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.3a of Vim: Vi IMproved.
1+
README_amibin.txt for version 7.3b 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.3a of Vim: Vi IMproved.
1+
README_amisrc.txt for version 7.3b 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.3a of Vim: Vi IMproved.
1+
README_bindos.txt for version 7.3b 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.3a of Vim: Vi IMproved.
1+
README_dos.txt for version 7.3b 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.3a of Vim: Vi IMproved.
1+
README_extra.txt for version 7.3b 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.3a of Vim: Vi IMproved.
1+
README_lang.txt for version 7.3b of Vim: Vi IMproved.
22

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

0 commit comments

Comments
 (0)