Skip to content

Commit d5a488b

Browse files
authored
Merge pull request #1162 from tsuyoshicho/update/20221015/osfiles
Update os_{vms,win32}.{txt,jax}
2 parents 1f8d67f + 49bb003 commit d5a488b

File tree

4 files changed

+21
-14
lines changed

4 files changed

+21
-14
lines changed

doc/os_vms.jax

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

33

44
VIMリファレンスマニュアル
@@ -330,10 +330,11 @@ NOTE: これらのうちからどれか1つを選ぶ必要がある。もっと
330330
8.1 バックスペースとデリート
331331

332332
VMSにはバックスペースとデリートキーについて矛盾がある。
333-
:fixdel ではこの問題を解決できないので、次のようにする必要がある: >
333+
:fixdel ではこの問題を解決できないので、次のようにする必要がある('cpo' が "<"
334+
を含まない): >
334335
335-
:inoremap ^? ^H " CUI(端末)モード用
336-
:inoremap <Del> ^H " GUIモード用
336+
:inoremap <C-?> <C-H> " CUI(端末)モード用
337+
:inoremap <Del> <C-H> " GUIモード用
337338
338339
詳細は8.6章(端末の問題)を参照。
339340
(Bruce Hunsaker <[email protected]> Vim 5.3)

doc/os_win32.jax

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

33

44
VIMリファレンスマニュアル by George Reilly
@@ -7,8 +7,11 @@
77
*win32* *Win32* *MS-Windows*
88
このファイルはVim Win32バージョンに特有の事柄についての文書である。
99

10-
Win32 版の Vim は Windows XP, Vista, 7, 8, 10, 11 で実行可能である。コンソール
11-
版と GUI 版がある。
10+
Win32 版の Vim は Windows 7, 8, 10, 11 で実行可能である。コンソール版と GUI 版
11+
がある。
12+
13+
Windows XP または Vista を所有している場合は、Vim 9.0 のパッチレベル 495 まで
14+
使用できる。
1215

1316
32 ビット版 Vim は 64 ビット版 MS-Windows システム上でも実行可能である。
1417

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)