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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -21,6 +21,7 @@ is missing something or because Posix is beside the mark).
21
21
6. Supported Vi features | vi-features |
22
22
7. Command-line arguments | cmdline-arguments |
23
23
8. POSIX compliance | posix-compliance |
24
+ 9. Supported Operating Systems | os-support |
24
25
25
26
==============================================================================
26
27
1. Simulated command *simulated-command*
@@ -1361,5 +1362,37 @@ These are remarks about running the POSIX test suite:
1361
1362
1 instead of 2.
1362
1363
- ex test 534 fails because .exrc isn't read in silent mode.
1363
1364
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
1364
1397
1365
1398
vim:tw=78:ts=8:noet:ft=help:norl:
0 commit comments