Skip to content

Commit 29daa74

Browse files
committed
os_{vms,win32}.jax: Update Vim 9.0.0752 translate
1 parent b5bae5f commit 29daa74

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
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

0 commit comments

Comments
 (0)