Skip to content

Commit b5bae5f

Browse files
committed
os_{vms,win32}.txt: Update Vim 9.0.0752
1 parent fb88d19 commit b5bae5f

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

en/os_vms.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_vms.txt* For Vim version 9.0. Last change: 2021 Jan 04
1+
*os_vms.txt* For Vim version 9.0. Last change: 2022 Sep 30
22

33

44
VIM REFERENCE MANUAL
@@ -331,10 +331,10 @@ features, it is worth to choose non GUI executables.
331331
8.1 Backspace/delete
332332

333333
There are backspace/delete key inconsistencies with VMS.
334-
:fixdel doesn't do the trick, but the solution is: >
334+
:fixdel doesn't do the trick, but the solution is (without "<" in 'cpo'): >
335335
336-
:inoremap ^? ^H " for terminal mode
337-
:inoremap <Del> ^H " for gui mode
336+
:inoremap <C-?> <C-H> " for terminal mode
337+
:inoremap <Del> <C-H> " for gui mode
338338
339339
Read more in ch: 8.6 (Terminal problems).
340340
(Bruce Hunsaker <[email protected]> Vim 5.3)

en/os_win32.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_win32.txt* For Vim version 9.0. Last change: 2022 May 24
1+
*os_win32.txt* For Vim version 9.0. Last change: 2022 Sep 18
22

33

44
VIM REFERENCE MANUAL by George Reilly
@@ -7,8 +7,11 @@
77
*win32* *Win32* *MS-Windows*
88
This file documents the idiosyncrasies of the Win32 version of Vim.
99

10-
The Win32 version of Vim works on Windows XP, Vista, 7, 8, 10 and 11. There are
11-
both console and GUI versions.
10+
The Win32 version of Vim works on Windows 7, 8, 10 and 11. There are both
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.
1215

1316
The 32 bit version also runs on 64 bit MS-Windows systems.
1417

0 commit comments

Comments
 (0)