mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +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:
@ -1266,6 +1266,7 @@ tag command action ~
|
|||||||
|:delcommand| :delc[ommand] delete user-defined command
|
|:delcommand| :delc[ommand] delete user-defined command
|
||||||
|:delfunction| :delf[unction] delete a user function
|
|:delfunction| :delf[unction] delete a user function
|
||||||
|:delmarks| :delm[arks] delete marks
|
|:delmarks| :delm[arks] delete marks
|
||||||
|
|:detach| :detach detach the current UI
|
||||||
|:diffupdate| :dif[fupdate] update 'diff' buffers
|
|:diffupdate| :dif[fupdate] update 'diff' buffers
|
||||||
|:diffget| :diffg[et] remove differences in current buffer
|
|:diffget| :diffg[et] remove differences in current buffer
|
||||||
|:diffoff| :diffo[ff] switch off diff mode
|
|:diffoff| :diffo[ff] switch off diff mode
|
||||||
@ -1525,6 +1526,7 @@ tag command action ~
|
|||||||
|:redrawtabline| :redrawt[abline] force a redraw of the tabline
|
|:redrawtabline| :redrawt[abline] force a redraw of the tabline
|
||||||
|:registers| :reg[isters] display the contents of registers
|
|:registers| :reg[isters] display the contents of registers
|
||||||
|:resize| :res[ize] change current window height
|
|:resize| :res[ize] change current window height
|
||||||
|
|:restart| :restart restart the Nvim server
|
||||||
|:retab| :ret[ab] change tab size
|
|:retab| :ret[ab] change tab size
|
||||||
|:return| :retu[rn] return from a user function
|
|:return| :retu[rn] return from a user function
|
||||||
|:rewind| :rew[ind] go to the first file in the argument list
|
|:rewind| :rew[ind] go to the first file in the argument list
|
||||||
|
@ -89,7 +89,7 @@ To uninstall Nvim:
|
|||||||
- Scoop (Windows): `scoop uninstall neovim`
|
- Scoop (Windows): `scoop uninstall neovim`
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Sponsor Vim/Nvim development *sponsor* *register*
|
Sponsor Vim/Nvim development *sponsor*
|
||||||
|
|
||||||
Fixing bugs and adding new features takes a lot of time and effort. To show
|
Fixing bugs and adding new features takes a lot of time and effort. To show
|
||||||
your appreciation for the work and motivate developers to continue working on
|
your appreciation for the work and motivate developers to continue working on
|
||||||
|
@ -225,6 +225,7 @@ MAJOR COMPONENTS
|
|||||||
- LSP framework |lsp|
|
- LSP framework |lsp|
|
||||||
- Lua scripting |lua|
|
- Lua scripting |lua|
|
||||||
- Parsing engine |treesitter|
|
- Parsing engine |treesitter|
|
||||||
|
- Plugin manager |vim.pack|
|
||||||
- Providers
|
- Providers
|
||||||
- Clipboard |provider-clipboard|
|
- Clipboard |provider-clipboard|
|
||||||
- Node.js plugins |provider-nodejs|
|
- Node.js plugins |provider-nodejs|
|
||||||
@ -298,10 +299,15 @@ Command-line:
|
|||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
- |:checkhealth|
|
- |:checkhealth|
|
||||||
|
- |:detach|
|
||||||
- |:drop| is always available
|
- |:drop| is always available
|
||||||
|
- |:Inspect|
|
||||||
|
- |:InspectTree|
|
||||||
- |:Man| is available by default, with many improvements such as completion
|
- |:Man| is available by default, with many improvements such as completion
|
||||||
- |:match| can be invoked before highlight group is defined
|
- |:match| can be invoked before highlight group is defined
|
||||||
|
- |:restart|
|
||||||
- |:source| works with Lua
|
- |:source| works with Lua
|
||||||
|
- |:trust|
|
||||||
- User commands can support |:command-preview| to show results as you type
|
- User commands can support |:command-preview| to show results as you type
|
||||||
- |:write| with "++p" flag creates parent directories.
|
- |:write| with "++p" flag creates parent directories.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user