Skip to content

Commit 43f837d

Browse files
committed
patch 7.4.1022
Problem: The README file contains some outdated information. Solution: Update the information about supported systems.
1 parent 17b609e commit 43f837d

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ All commands are given with normal keyboard characters, so those who can type
1717
with ten fingers can work very fast. Additionally, function keys can be
1818
defined by the user, and the mouse can be used.
1919

20-
Vim runs under Amiga DOS, MS-DOS, MS-Windows (95, 98, Me, NT, 2000, XP, Vista,
21-
7), Atari MiNT, Macintosh, BeOS, VMS, RISC OS, OS/2 and almost all flavours of
22-
UNIX. Porting to other systems should not be very difficult.
20+
Vim runs under MS-DOS, MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh,
21+
VMS and almost all flavours of UNIX. Porting to other systems should not be
22+
very difficult. Older versions of Vim run on MS-Windows 95/98/Me, Amiga DOS,
23+
Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
2324

2425

2526
## Distribution ##
@@ -89,7 +90,6 @@ See one of these files for system-specific instructions:
8990
README_ami.txt Amiga
9091
README_unix.txt Unix
9192
README_dos.txt MS-DOS and MS-Windows
92-
README_os2.txt OS/2
9393
README_mac.txt Macintosh
9494
README_vms.txt VMS
9595

README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ All commands are given with normal keyboard characters, so those who can type
1414
with ten fingers can work very fast. Additionally, function keys can be
1515
defined by the user, and the mouse can be used.
1616

17-
Vim runs under Amiga DOS, MS-DOS, MS-Windows (95, 98, Me, NT, 2000, XP, Vista,
18-
7), Atari MiNT, Macintosh, BeOS, VMS, RISC OS, OS/2 and almost all flavours of
19-
UNIX. Porting to other systems should not be very difficult.
17+
Vim runs under MS-DOS, MS-Windows (NT, 2000, XP, Vista, 7, 8, 10), Macintosh,
18+
VMS and almost all flavours of UNIX. Porting to other systems should not be
19+
very difficult. Older versions of Vim run on MS-Windows 95/98/Me, Amiga DOS,
20+
Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
2021

2122

2223
DISTRIBUTION
@@ -86,7 +87,6 @@ See one of these files for system-specific instructions:
8687
README_ami.txt Amiga
8788
README_unix.txt Unix
8889
README_dos.txt MS-DOS and MS-Windows
89-
README_os2.txt OS/2
9090
README_mac.txt Macintosh
9191
README_vms.txt VMS
9292

src/version.c

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

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1022,
744746
/**/
745747
1021,
746748
/**/

0 commit comments

Comments
 (0)