Skip to content

Commit

Permalink
Merge pull request #1803 from h-east/update-vi_diff
Browse files Browse the repository at this point in the history
Update vi_diff.{txt,jax}
  • Loading branch information
h-east authored Nov 16, 2024
2 parents ac2d92b + 626f9d5 commit dc397ed
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 2 deletions.
38 changes: 37 additions & 1 deletion doc/vi_diff.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*vi_diff.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
*vi_diff.txt* For Vim バージョン 9.1. Last change: 2024 Nov 10


VIMリファレンスマニュアル by Bram Moolenaar
Expand All @@ -21,6 +21,7 @@ Vim は大体において POSIX 1003.2-1 に従っています。知られてい
6. サポートされているViの機能 |vi-features|
7. コマンドライン引数 |cmdline-arguments|
8. POSIX 準拠 |posix-compliance|
9. サポートされているオペレーティングシステム |os-support|

==============================================================================
1. シミュレートされているコマンド *simulated-command*
Expand Down Expand Up @@ -1394,5 +1395,40 @@ POSIXテストの実行についての注意:
た、終了コードが2でなく1になるためです。
- exテスト534が失敗します。サイレントモードで .exrc が読まれないためです。

==============================================================================
9. サポートされているオペレーティングシステム *os-support*

Vim は一部の古いオペレーティングシステムをサポートしようとしているが、メンテナ
ンスが負担になったり、検証できなくなったりした場合は、古いオペレーティングシス
テムのサポートが中止される可能性がある。

一部のオペレーティングシステムのステータスは次のとおりである。Note 完全にサポー
トされているということは、サポートが CI テストスイートの一部として検証されてい
ることを意味する。

システム | ステータス:~
--------------------------------+-----------------------------------------
Amiga (OS4, AROS & MorphOS): | まだサポートされている (?)
Haiku: | まだサポートされている (?)
Linux: | 完全にサポートされている (メンテナンスされて
| いるバージョン)
Mac OS: | 完全にサポートされている v10.6 まで (?)
MS-Windows 7, 8, 10, 11: | 完全にサポートされている
UNIX: | サポートされている (メンテナンスされている
| バージョン)
OpenVMS: | サポートされている
QNX: | まだサポートされている (?)
zOS/OS390: | まだサポートされている (?)

以下のオペレーティングシステムはサポートされなくなった:

システム | ステータス:~
--------------------------------+-----------------------------------------
Atari MiNT | v8.2.1215 でサポートが廃止された
BeOS: | v8.2.0849 でサポートが廃止された
MS-DOS: | v7.4.1399 でサポートが廃止された
MS-Windows XP and Vista: | v9.0.0496 でサポートが廃止された
OS/2 | v7.4.1008 でサポートが廃止された
RISC OS: | v7.3.0187 でサポートが廃止された

vim:tw=78:ts=8:noet:ft=help:norl:
35 changes: 34 additions & 1 deletion en/vi_diff.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*vi_diff.txt* For Vim version 9.1. Last change: 2024 Oct 05
*vi_diff.txt* For Vim version 9.1. Last change: 2024 Nov 10


VIM REFERENCE MANUAL by Bram Moolenaar
Expand All @@ -21,6 +21,7 @@ is missing something or because Posix is beside the mark).
6. Supported Vi features |vi-features|
7. Command-line arguments |cmdline-arguments|
8. POSIX compliance |posix-compliance|
9. Supported Operating Systems |os-support|

==============================================================================
1. Simulated command *simulated-command*
Expand Down Expand Up @@ -1361,5 +1362,37 @@ These are remarks about running the POSIX test suite:
1 instead of 2.
- ex test 534 fails because .exrc isn't read in silent mode.

==============================================================================
9. Supported Operating systems *os-support*

Vim tries to support some old operating systems, however support for older
operating systems might be dropped if maintenance becomes a burden or can no
longer be verified.

Here is the status of some operating systems. Note fully supported means,
support is verified as part of the CI test suite.

System | Status:~
--------------------------------+-----------------------------------------
Amiga (OS4, AROS & MorphOS): | still supported (?)
Haiku: | still supported (?)
Linux: | fully supported (on maintained versions)
Mac OS: | fully supported up until v10.6 (?)
MS-Windows 7, 8, 10, 11: | fully supported
UNIX: | supported (on maintained versions)
OpenVMS: | supported
QNX: | still supported (?)
zOS/OS390: | still supported (?)

The following operating systems are no longer supported:

System | Status:~
--------------------------------+-----------------------------------------
Atari MiNT | support was dropped with v8.2.1215
BeOS: | support was dropped with v8.2.0849
MS-DOS: | support was dropped with v7.4.1399
MS-Windows XP and Vista: | support was dropped with v9.0.0496
OS/2 | support was dropped with v7.4.1008
RISC OS: | support was dropped with v7.3.0187

vim:tw=78:ts=8:noet:ft=help:norl:

0 comments on commit dc397ed

Please sign in to comment.