Skip to content

Commit f7845bf

Browse files
committed
7.3b -> 7.3c
--HG-- branch : vim73
1 parent 34303a7 commit f7845bf

156 files changed

Lines changed: 180 additions & 179 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.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.
12+
Version 7.3c. Also runs under UNIX, MSDOS and other systems.
13+
vim73crt.tgz contains the documentation and syntax files.
14+
vim73cbin.tgz contains the binaries.
15+
vim73csrc.tgz contains the sources.
1616
Author: Bram Moolenaar et al.
1717

1818

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ 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 = 3b
71+
MINOR = 3c
7272

7373
# Uncomment this line if the Win32s version is to be included.
7474
DOSBIN_S = dosbin_s
@@ -161,8 +161,8 @@ DOSBIN_S = dosbin_s
161161
# - Delete install.exe and uninstal.exe.
162162
# - If building the Win32s version delete vimrun.exe.
163163
# Win32s GUI version:
164-
# - Set environment for Visual C++ 4.1 (requires a new console window)
165-
# - "vcvars32.bat" (use the path for VC 4.1 e:\msdev\bin)
164+
# - Set environment for Visual C++ 4.1 (requires a new console window):
165+
# "vcvars32.bat" (use the path for VC 4.1 e:\msdev\bin)
166166
# - "nmake -f Make_mvc.mak GUI=yes INTL=no clean" (use the path for VC 4.1)
167167
# - "nmake -f Make_mvc.mak GUI=yes INTL=no" (use the path for VC 4.1)
168168
# - Rename "gvim.exe" to "gvim_w32s.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.3b of Vim: Vi IMproved.
1+
README.txt for version 7.3c 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.3b of Vim: Vi IMproved.
1+
README_ami.txt for version 7.3c 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.3b of Vim: Vi IMproved.
1+
README_amibin.txt for version 7.3c 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.3b of Vim: Vi IMproved.
1+
README_amisrc.txt for version 7.3c 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.3b of Vim: Vi IMproved.
1+
README_bindos.txt for version 7.3c 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.3b of Vim: Vi IMproved.
1+
README_dos.txt for version 7.3c 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.3b of Vim: Vi IMproved.
1+
README_extra.txt for version 7.3c 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.3b of Vim: Vi IMproved.
1+
README_lang.txt for version 7.3c of Vim: Vi IMproved.
22

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

0 commit comments

Comments
 (0)