summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-09-18 12:25:49 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-18 12:25:49 +0100
commit27b53be3a6a340f1858bcd31233fe2efc86f8e15 (patch)
tree3e2c968241cdcfda2d4c616e66bf718f01e7349b /runtime
parentdbbb02bc770646776a04122ff58313d170873e67 (diff)
downloadvim-git-27b53be3a6a340f1858bcd31233fe2efc86f8e15.tar.gz
patch 9.0.0496: no good reason to keep supporting Windows-XPv9.0.0496
Problem: No good reason to keep supporting Windows-XP. Solution: Drop Windows-XP support. (Ken Takata, closes #11089)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/gui_w32.txt3
-rw-r--r--runtime/doc/os_win32.txt7
2 files changed, 6 insertions, 4 deletions
diff --git a/runtime/doc/gui_w32.txt b/runtime/doc/gui_w32.txt
index c9e04f3be..0cf012b10 100644
--- a/runtime/doc/gui_w32.txt
+++ b/runtime/doc/gui_w32.txt
@@ -106,8 +106,7 @@ when you have got a new version):
You can also install Vim in the "Send To" menu:
1. Start a Windows Explorer
2. Navigate to your sendto directory:
- Windows XP: C:\Documents and Settings\%user%\SendTo
- Windows Vista: C:\Users\%user%\AppData\Roaming\Microsoft\Windows\SendTo .
+ C:\Users\%user%\AppData\Roaming\Microsoft\Windows\SendTo .
3. Right-click in the file pane and select New->Shortcut
4. Follow the shortcut wizard, using the full path to VIM/GVIM.
diff --git a/runtime/doc/os_win32.txt b/runtime/doc/os_win32.txt
index 0eb065f72..10dcdf49a 100644
--- a/runtime/doc/os_win32.txt
+++ b/runtime/doc/os_win32.txt
@@ -7,8 +7,11 @@
*win32* *Win32* *MS-Windows*
This file documents the idiosyncrasies of the Win32 version of Vim.
-The Win32 version of Vim works on Windows XP, Vista, 7, 8, 10 and 11. There are
-both console and GUI versions.
+The Win32 version of Vim works on Windows 7, 8, 10 and 11. There are both
+console and GUI versions.
+
+If you have Windows XP or Vista then Vim 9.0 up to patch level 495 can be
+used.
The 32 bit version also runs on 64 bit MS-Windows systems.