comparison runtime/doc/os_win32.txt @ 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 f8116058ca76
children 0827d3d6d8c0
comparison
equal deleted inserted replaced
30319:54c55ede50e5 30320:0763cb330a65
5 5
6 6
7 *win32* *Win32* *MS-Windows* 7 *win32* *Win32* *MS-Windows*
8 This file documents the idiosyncrasies of the Win32 version of Vim. 8 This file documents the idiosyncrasies of the Win32 version of Vim.
9 9
10 The Win32 version of Vim works on Windows XP, Vista, 7, 8, 10 and 11. There are 10 The Win32 version of Vim works on Windows 7, 8, 10 and 11. There are both
11 both console and GUI versions. 11 console and GUI versions.
12
13 If you have Windows XP or Vista then Vim 9.0 up to patch level 495 can be
14 used.
12 15
13 The 32 bit version also runs on 64 bit MS-Windows systems. 16 The 32 bit version also runs on 64 bit MS-Windows systems.
14 17
15 1. Known problems |win32-problems| 18 1. Known problems |win32-problems|
16 2. Startup |win32-startup| 19 2. Startup |win32-startup|