Skip to content

Commit 1a42b4b

Browse files
committed
Update files for the 7.4b BETA release.
1 parent 1a4a75c commit 1a42b4b

File tree

158 files changed

+817
-583
lines changed

Some content is hidden

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

158 files changed

+817
-583
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.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.
12+
Version 7.4b. Also runs under UNIX, MSDOS and other systems.
13+
vim74brt.tgz contains the documentation and syntax files.
14+
vim74bbin.tgz contains the binaries.
15+
vim74bsrc.tgz contains the sources.
1616
Author: Bram Moolenaar et al.
1717

1818

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ 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 = 4a
77+
MINOR = 4b
7878

7979
# Uncomment this line if the Win32s version is to be included.
8080
# DOSBIN_S = dosbin_s
@@ -137,7 +137,7 @@ MINOR = 4a
137137
# Or, when using the Visual C++ Toolkit 2003: "msvcsetup.bat" (adjust the
138138
# paths when necessary).
139139
# For Windows 98/ME the 2003 version is required, but then the executable
140-
# won't work on Windows 7 and 64 bit.
140+
# won't work on Windows 7 and 64 bit systems.
141141
# - "nmake -f Make_mvc.mak" (use the same path as for vcvars32.bat)
142142
# - "rm testdir/*.out", "nmake -f Make_mvc.mak test" and check the output.
143143
# - Rename vim.exe to vimw32.exe, xxd/xxd.exe to xxdw32.exe.

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.4a of Vim: Vi IMproved.
1+
README.txt for version 7.4b 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.4a of Vim: Vi IMproved.
1+
README_ami.txt for version 7.4b 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.4a of Vim: Vi IMproved.
1+
README_amibin.txt for version 7.4b 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.4a of Vim: Vi IMproved.
1+
README_amisrc.txt for version 7.4b 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.4a of Vim: Vi IMproved.
1+
README_bindos.txt for version 7.4b 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.4a of Vim: Vi IMproved.
1+
README_dos.txt for version 7.4b 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.4a of Vim: Vi IMproved.
1+
README_extra.txt for version 7.4b 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.4a of Vim: Vi IMproved.
1+
README_mac.txt for version 7.4b 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)