diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2023-11-30 20:35:25 +0000 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2023-11-30 20:35:25 +0000 |
commit | 1b7b916b7631ddf73c38e3a0070d64e4636cb2f3 (patch) | |
tree | cd08258054db80bb9a11b1061bb091c70b76926a /runtime/doc/help.txt | |
parent | eaa89c11d0f8aefbb512de769c6c82f61a8baca3 (diff) | |
parent | 4a8bf24ac690004aedf5540fa440e788459e5e34 (diff) | |
download | rneovim-aucmd_textputpost.tar.gz rneovim-aucmd_textputpost.tar.bz2 rneovim-aucmd_textputpost.zip |
Merge remote-tracking branch 'upstream/master' into aucmd_textputpostaucmd_textputpost
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index 07f898f99c..b8526b55e9 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -100,12 +100,12 @@ ADVANCED EDITING ------------------------------------------------------------------------------ API (EXTENSIBILITY/SCRIPTING/PLUGINS) -|api| Nvim API via RPC, Lua and VimL +|api| Nvim API via RPC, Lua and Vimscript |ui| Nvim UI protocol |lua-guide| Nvim Lua guide |lua| Lua API |luaref| Lua reference manual -|luvref| Luv (|vim.loop|) reference manual +|luvref| Luv (|vim.uv|) reference manual |autocmd| Event handlers |job-control| Spawn and control multiple processes |channel| Nvim asynchronous IO @@ -120,15 +120,15 @@ PROGRAMMING LANGUAGE SUPPORT |lsp| Language Server Protocol (LSP) |diagnostic-api| Diagnostic framework |treesitter| Incremental syntax parsing -|indent.txt| automatic indenting for C and other languages +|indent.txt| automatic indenting for C and other languages |syntax| syntax highlighting |filetype| Settings for specific types of files |quickfix| Commands for a quick edit-compile-fix cycle -|ft_ada.txt| Ada filetype plugin -|ft_ps1.txt| PowerShell filetype plugin -|ft_raku.txt| Raku filetype plugin -|ft_rust.txt| Rust filetype plugin -|ft_sql.txt| SQL filetype plugin +|ft_ada.txt| Ada filetype plugin +|ft_ps1.txt| PowerShell filetype plugin +|ft_raku.txt| Raku filetype plugin +|ft_rust.txt| Rust filetype plugin +|ft_sql.txt| SQL filetype plugin ------------------------------------------------------------------------------ UI @@ -169,19 +169,19 @@ DEVELOPING NVIM |dev-style| Development style guidelines |debug.txt| Debugging Vim itself - *standard-plugin-list* Standard plugins ~ -|matchit.txt| Extended |%| matching -|pi_gzip.txt| Reading and writing compressed files -|pi_health.txt| Healthcheck framework -|pi_msgpack.txt| msgpack utilities -|pi_netrw.txt| Reading and writing files over a network -|pi_paren.txt| Highlight matching parens -|pi_spec.txt| Filetype plugin to work with rpm spec files -|pi_tar.txt| Tar file explorer -|pi_zip.txt| Zip archive explorer - -LOCAL ADDITIONS: *local-additions* + *standard-plugin-list* +|pi_gzip.txt| Reading and writing compressed files +|pi_health.txt| Healthcheck framework +|pi_msgpack.txt| msgpack utilities +|pi_netrw.txt| Reading and writing files over a network +|pi_paren.txt| Highlight matching parens +|pi_spec.txt| Filetype plugin to work with rpm spec files +|pi_tar.txt| Tar file explorer +|pi_zip.txt| Zip archive explorer + +Local additions ~ + *local-additions* ------------------------------------------------------------------------------ *bars* Bars example |