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:
Phạm Bình An
2025-07-08 07:31:37 +07:00
committed by GitHub
parent 27daeb0d68
commit d88bebfbc7
3 changed files with 9 additions and 1 deletions

View File

@@ -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.