Skip to content

Commit 2c3a8e8

Browse files
committed
release version 7.4
1 parent 2ca1e78 commit 2c3a8e8

File tree

159 files changed

+760
-389
lines changed

Some content is hidden

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

159 files changed

+760
-389
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.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.
12+
Version 7.4. Also runs under UNIX, MSDOS and other systems.
13+
vim74rt.tgz contains the documentation and syntax files.
14+
vim74bin.tgz contains the binaries.
15+
vim74src.tgz contains the sources.
1616
Author: Bram Moolenaar et al.
1717

1818

Makefile

Lines changed: 11 additions & 7 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 = 4b
77+
MINOR = 4
7878

7979
# Uncomment this line if the Win32s version is to be included.
8080
# DOSBIN_S = dosbin_s
@@ -92,8 +92,6 @@ MINOR = 4b
9292
# runtime/doc/*.txt and nsis/gvim.nsi. Other things in README_os2.txt. For a
9393
# minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, src/vim16.def,
9494
# src/gvim.exe.mnf.
95-
# - Adjust the date and other info in src/version.h.
96-
# - Correct included_patches[] in src/version.c.
9795
# - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, MZscheme, Lua (if
9896
# you can make it all work), Cscope and "huge" features. Exclude workshop
9997
# and SNiFF.
@@ -102,17 +100,23 @@ MINOR = 4b
102100
# - With these features: "make depend" (works best with gcc).
103101
# - If you have a lint program: "make lint" and check the output (ignore GTK
104102
# warnings).
105-
# - Enable the efence library in "src/Makefile" and run "make test". Disable
106-
# Python and Ruby to avoid trouble with threads (efence is not threadsafe).
103+
# - If you have valgrind, enable it in src/testdir/Makefile and run "make
104+
# test". Enable EXITFREE, disable GUI, scheme and tcl to avoid false alarms.
105+
# Check the valgrind output.
106+
# - If you have the efence library, enable it in "src/Makefile" and run "make
107+
# test". Disable Python and Ruby to avoid trouble with threads (efence is
108+
# not threadsafe).
109+
# - Adjust the date and other info in src/version.h.
110+
# - Correct included_patches[] in src/version.c.
107111
# - Check for missing entries in runtime/makemenu.vim (with checkmenu script).
108112
# - Check for missing options in runtime/optwin.vim et al. (with check.vim).
109113
# - Do "make menu" to update the runtime/synmenu.vim file.
110114
# - Add remarks for changes to runtime/doc/version7.txt.
111115
# - Check that runtime/doc/help.txt doesn't contain entries in "LOCAL
112116
# ADDITIONS".
113117
# - In runtime/doc run "make" and "make html" to check for errors.
114-
# - Check if src/Makefile and src/feature.h don't contain any personal
115-
# preferences or the GTK, Perl, etc. mentioned above.
118+
# - Check if src/Makefile, src/testdir/Makefile and src/feature.h don't contain
119+
# any personal preferences or the changes mentioned above.
116120
# - Check file protections to be "644" for text and "755" for executables (run
117121
# the "check" script).
118122
# - Check compiling on Amiga, MS-DOS and MS-Windows.

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