diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-10-17 00:31:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-16 15:31:51 -0700 |
commit | 8617101b6bf21bf27ba5194db5fb42c73ff67160 (patch) | |
tree | cd842b437bdfff34605a63783846fadf753ecbf1 /runtime/doc/help.txt | |
parent | 8f31a730c0dd76180648ba3b7c94aa5d059432e5 (diff) | |
download | rneovim-8617101b6bf21bf27ba5194db5fb42c73ff67160.tar.gz rneovim-8617101b6bf21bf27ba5194db5fb42c73ff67160.tar.bz2 rneovim-8617101b6bf21bf27ba5194db5fb42c73ff67160.zip |
docs: "supported platforms" matrix #19615
Inspired by libuv's own SUPPORTED_PLATFORMS.md:
https://github.com/libuv/libuv/blob/v1.x/
https://neovim.io/doc/user/support.html
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index 21bee24171..88b1aa4055 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -179,6 +179,7 @@ Versions ~ |deprecated.txt| Deprecated items that have been or will be removed Other ~ +|news.txt| News and notable changes in the latest release |terminal_emulator.txt| Terminal buffers |term.txt| Terminal UI |ui.txt| Nvim UI protocol @@ -187,6 +188,7 @@ Other ~ |job_control.txt| Spawn and control multiple processes |luaref.txt| Lua reference manual |luvref.txt| Luv (|vim.loop|) reference manual +|support.txt| Supported platforms *standard-plugin-list* Standard plugins ~ |