mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 02:04:10 +00:00
docs: misc #34834
Problems: - Miss some entries in `vim_diff.txt` and `index.txt`. - I want to learn about Vim register, but when I type `:h register`, it shows sponsor information instead. Note that unlike Nvim, Vim has a separate session for `*register*` Solution: - Add missing commands to `index.txt`, `vim_diff.txt` - Remove tag `register` from `index.txt`
This commit is contained in:
@@ -225,6 +225,7 @@ MAJOR COMPONENTS
|
||||
- LSP framework |lsp|
|
||||
- Lua scripting |lua|
|
||||
- Parsing engine |treesitter|
|
||||
- Plugin manager |vim.pack|
|
||||
- Providers
|
||||
- Clipboard |provider-clipboard|
|
||||
- Node.js plugins |provider-nodejs|
|
||||
@@ -298,10 +299,15 @@ Command-line:
|
||||
|
||||
Commands:
|
||||
- |:checkhealth|
|
||||
- |:detach|
|
||||
- |:drop| is always available
|
||||
- |:Inspect|
|
||||
- |:InspectTree|
|
||||
- |:Man| is available by default, with many improvements such as completion
|
||||
- |:match| can be invoked before highlight group is defined
|
||||
- |:restart|
|
||||
- |:source| works with Lua
|
||||
- |:trust|
|
||||
- User commands can support |:command-preview| to show results as you type
|
||||
- |:write| with "++p" flag creates parent directories.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user