Skip to content

Commit b21e584

Browse files
committed
updated for version 7.0e
1 parent 99ebf04 commit b21e584

177 files changed

Lines changed: 809 additions & 357 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.0d. Also runs under UNIX, MSDOS and other systems.
13-
vim70drt.tgz contains the documentation and syntax files.
14-
vim70dbin.tgz contains the binaries.
15-
vim70dsrc.tgz contains the sources.
12+
Version 7.0e. Also runs under UNIX, MSDOS and other systems.
13+
vim70ert.tgz contains the documentation and syntax files.
14+
vim70ebin.tgz contains the binaries.
15+
vim70esrc.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
@@ -69,7 +69,7 @@ all install uninstall tools config configure proto depend lint tags types test t
6969
# Before creating an archive first delete all backup files, *.orig, etc.
7070

7171
MAJOR = 7
72-
MINOR = 0d
72+
MINOR = 0e
7373

7474
# Uncomment this line if the Win32s version is to be included.
7575
DOSBIN_S = dosbin_s
@@ -159,7 +159,7 @@ DOSBIN_S = dosbin_s
159159
# - The produced uninstalw32.exe and vimrun.exe are used.
160160
# Create the archives:
161161
# - Copy all the "*.exe" files to where this Makefile is.
162-
# - Copy all the "*.pdb" files to the dist directory.
162+
# - Copy all the "*.pdb" files to where this Makefile is.
163163
# - "make dosbin".
164164
# - Run make on Unix to update the ".mo" files.
165165
# - "make doslang".

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.0d of Vim: Vi IMproved.
1+
README.txt for version 7.0e 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.0d of Vim: Vi IMproved.
1+
README_ami.txt for version 7.0e 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.0d of Vim: Vi IMproved.
1+
README_amibin.txt for version 7.0e 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.0d of Vim: Vi IMproved.
1+
README_amisrc.txt for version 7.0e 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.0d of Vim: Vi IMproved.
1+
README_bindos.txt for version 7.0e 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.0d of Vim: Vi IMproved.
1+
README_dos.txt for version 7.0e 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.0d of Vim: Vi IMproved.
1+
README_extra.txt for version 7.0e of Vim: Vi IMproved.
22

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

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

0 commit comments

Comments
 (0)