Skip to content

Commit dc397ed

Browse files
authored
Merge pull request #1803 from h-east/update-vi_diff
Update vi_diff.{txt,jax}
2 parents ac2d92b + 626f9d5 commit dc397ed

File tree

2 files changed

+71
-2
lines changed

2 files changed

+71
-2
lines changed

doc/vi_diff.jax

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vi_diff.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1+
*vi_diff.txt* For Vim バージョン 9.1. Last change: 2024 Nov 10
22

33

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

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

1398+
==============================================================================
1399+
9. サポートされているオペレーティングシステム *os-support*
1400+
1401+
Vim は一部の古いオペレーティングシステムをサポートしようとしているが、メンテナ
1402+
ンスが負担になったり、検証できなくなったりした場合は、古いオペレーティングシス
1403+
テムのサポートが中止される可能性がある。
1404+
1405+
一部のオペレーティングシステムのステータスは次のとおりである。Note 完全にサポー
1406+
トされているということは、サポートが CI テストスイートの一部として検証されてい
1407+
ることを意味する。
1408+
1409+
システム | ステータス:~
1410+
--------------------------------+-----------------------------------------
1411+
Amiga (OS4, AROS & MorphOS): | まだサポートされている (?)
1412+
Haiku: | まだサポートされている (?)
1413+
Linux: | 完全にサポートされている (メンテナンスされて
1414+
| いるバージョン)
1415+
Mac OS: | 完全にサポートされている v10.6 まで (?)
1416+
MS-Windows 7, 8, 10, 11: | 完全にサポートされている
1417+
UNIX: | サポートされている (メンテナンスされている
1418+
| バージョン)
1419+
OpenVMS: | サポートされている
1420+
QNX: | まだサポートされている (?)
1421+
zOS/OS390: | まだサポートされている (?)
1422+
1423+
以下のオペレーティングシステムはサポートされなくなった:
1424+
1425+
システム | ステータス:~
1426+
--------------------------------+-----------------------------------------
1427+
Atari MiNT | v8.2.1215 でサポートが廃止された
1428+
BeOS: | v8.2.0849 でサポートが廃止された
1429+
MS-DOS: | v7.4.1399 でサポートが廃止された
1430+
MS-Windows XP and Vista: | v9.0.0496 でサポートが廃止された
1431+
OS/2 | v7.4.1008 でサポートが廃止された
1432+
RISC OS: | v7.3.0187 でサポートが廃止された
13971433

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

en/vi_diff.txt

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vi_diff.txt* For Vim version 9.1. Last change: 2024 Oct 05
1+
*vi_diff.txt* For Vim version 9.1. Last change: 2024 Nov 10
22

33

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

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

1365+
==============================================================================
1366+
9. Supported Operating systems *os-support*
1367+
1368+
Vim tries to support some old operating systems, however support for older
1369+
operating systems might be dropped if maintenance becomes a burden or can no
1370+
longer be verified.
1371+
1372+
Here is the status of some operating systems. Note fully supported means,
1373+
support is verified as part of the CI test suite.
1374+
1375+
System | Status:~
1376+
--------------------------------+-----------------------------------------
1377+
Amiga (OS4, AROS & MorphOS): | still supported (?)
1378+
Haiku: | still supported (?)
1379+
Linux: | fully supported (on maintained versions)
1380+
Mac OS: | fully supported up until v10.6 (?)
1381+
MS-Windows 7, 8, 10, 11: | fully supported
1382+
UNIX: | supported (on maintained versions)
1383+
OpenVMS: | supported
1384+
QNX: | still supported (?)
1385+
zOS/OS390: | still supported (?)
1386+
1387+
The following operating systems are no longer supported:
1388+
1389+
System | Status:~
1390+
--------------------------------+-----------------------------------------
1391+
Atari MiNT | support was dropped with v8.2.1215
1392+
BeOS: | support was dropped with v8.2.0849
1393+
MS-DOS: | support was dropped with v7.4.1399
1394+
MS-Windows XP and Vista: | support was dropped with v9.0.0496
1395+
OS/2 | support was dropped with v7.4.1008
1396+
RISC OS: | support was dropped with v7.3.0187
13641397

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

0 commit comments

Comments
 (0)