comparison README.md @ 30320:0763cb330a65 v9.0.0496

patch 9.0.0496: no good reason to keep supporting Windows-XP Commit: https://github.com/vim/vim/commit/27b53be3a6a340f1858bcd31233fe2efc86f8e15 Author: K.Takata <kentkt@csc.jp> Date: Sun Sep 18 12:25:49 2022 +0100 patch 9.0.0496: no good reason to keep supporting Windows-XP Problem: No good reason to keep supporting Windows-XP. Solution: Drop Windows-XP support. (Ken Takata, closes https://github.com/vim/vim/issues/11089)
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Sep 2022 13:30:05 +0200
parents 34c1f4cd0c18
children 7d68a90cbf5c
comparison
equal deleted inserted replaced
30319:54c55ede50e5 30320:0763cb330a65
26 This editor is very useful for editing programs and other plain text files. 26 This editor is very useful for editing programs and other plain text files.
27 All commands are given with normal keyboard characters, so those who can type 27 All commands are given with normal keyboard characters, so those who can type
28 with ten fingers can work very fast. Additionally, function keys can be 28 with ten fingers can work very fast. Additionally, function keys can be
29 mapped to commands by the user, and the mouse can be used. 29 mapped to commands by the user, and the mouse can be used.
30 30
31 Vim runs under MS-Windows (XP, Vista, 7, 8, 10), macOS, Haiku, VMS and almost 31 Vim runs under MS-Windows (7, 8, 10, 11), macOS, Haiku, VMS and almost all
32 all flavours of UNIX. Porting to other systems should not be very difficult. 32 flavours of UNIX. Porting to other systems should not be very difficult.
33 Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me/NT/2000, Amiga DOS, 33 Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me/NT/2000/XP/Vista,
34 Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained. 34 Amiga DOS, Atari MiNT, BeOS, RISC OS and OS/2. These are no longer maintained.
35 35
36 For Vim9 script see [README_VIM9](README_VIM9.md). 36 For Vim9 script see [README_VIM9](README_VIM9.md).
37 37
38 ## Distribution ## 38 ## Distribution ##
39 39