Skip to content

Commit 18defab

Browse files
committed
runtime(doc): add a table of supported Operating Systems
Signed-off-by: Christian Brabandt <[email protected]>
1 parent 6065755 commit 18defab

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

runtime/doc/tags

+1
Original file line numberDiff line numberDiff line change
@@ -9331,6 +9331,7 @@ options.txt options.txt /*options.txt*
93319331
optwin options.txt /*optwin*
93329332
or() builtin.txt /*or()*
93339333
oracle ft_sql.txt /*oracle*
9334+
os-support vi_diff.txt /*os-support*
93349335
os2 os_os2.txt /*os2*
93359336
os390 os_390.txt /*os390*
93369337
os_390.txt os_390.txt /*os_390.txt*

runtime/doc/version9.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31790,7 +31790,7 @@ Changed ~
3179031790
- The features |++builtin_terms|, |+cmdline_info|, |+cmdwin|, |+file_in_path|,
3179131791
|+float|, |+path_extra|, |+textobjects|, |+wildignore| and |+wildmenu| are
3179231792
available in all the builds.
31793-
- Support for Windows-XP is dropped.
31793+
- Support for Windows-XP is dropped (starting with v9.0.0496)
3179431794
- Support for VisVim is removed.
3179531795
- The "small" and "big" builds are dropped in favor of "tiny" and "huge"
3179631796
builds.

runtime/doc/vi_diff.txt

+34-1
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)