Skip to content

Commit 4d581a8

Browse files
committed
patch 7.4.1609
Problem: Contents file is only for Amiga distro. Solution: Move it to "READMEdir". Update some info.
1 parent 5c29154 commit 4d581a8

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Filelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ IN_README_DIR = \
713713
README_unix.txt \
714714
README_vms.txt \
715715
README_w32s.txt \
716+
Contents \
716717
Contents.info \
717718
Vim.info \
718719
Xxd.info \

Contents renamed to READMEdir/Contents

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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.4. Also runs under UNIX, MSDOS and other systems.
12+
Version 7.4. Also runs under UNIX, MS-Windows, Mac, etc.
1313
vim74rt.tgz contains the documentation and syntax files.
1414
vim74bin.tgz contains the binaries.
1515
vim74src.tgz contains the sources.
@@ -19,5 +19,5 @@ Vim Vi IMproved. A clone of the UNIX text editor Vi. Very useful
1919
Xxd Hex dumper and reader. Can be used to view files as hex, edit
2020
them and write them back. Can also be used to patch files.
2121

22-
Version 1.8 (1997 May 22)
22+
Version 1.10 (1997 May 22)
2323
Author: Juergen Weigert

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1609,
751753
/**/
752754
1608,
753755
/**/

0 commit comments

Comments
 (0)