mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
docs: add some missing items to vim_diff.txt (#35731)
This commit is contained in:
@@ -48,7 +48,7 @@ Defaults *defaults* *nvim-defaults*
|
||||
- 'complete' excludes "i"
|
||||
- 'completeopt' defaults to "menu,popup"
|
||||
- 'define' defaults to "". The C ftplugin sets it to "^\\s*#\\s*define"
|
||||
- 'diffopt' defaults to "internal,filler,closeoff,inline:simple,linematch:40"
|
||||
- 'diffopt' includes "linematch:40"
|
||||
- 'directory' defaults to ~/.local/state/nvim/swap// (|xdg|), auto-created
|
||||
- 'display' defaults to "lastline"
|
||||
- 'encoding' is UTF-8 (cf. 'fileencoding' for file-content encoding)
|
||||
@@ -300,6 +300,7 @@ Command-line:
|
||||
|
||||
Commands:
|
||||
- |:checkhealth|
|
||||
- |:connect|
|
||||
- |:detach|
|
||||
- |:drop| is always available
|
||||
- |:EditQuery|
|
||||
@@ -322,6 +323,8 @@ Editor:
|
||||
|
||||
Events (autocommands):
|
||||
- Fixed inconsistent behavior in execution of nested autocommands #23368
|
||||
- |BufModifiedSet|
|
||||
- |Progress|
|
||||
- |RecordingEnter|
|
||||
- |RecordingLeave|
|
||||
- |SearchWrapped|
|
||||
@@ -329,6 +332,7 @@ Events (autocommands):
|
||||
- |TabNewEntered|
|
||||
- |TermClose|
|
||||
- |TermOpen|
|
||||
- |TermRequest|
|
||||
- |TermResponse| is fired for DCS, OSC, and APC sequences received from the terminal,
|
||||
in addition to the Primary Device Attributes response. |v:termresponse|
|
||||
- |UIEnter|
|
||||
@@ -356,6 +360,9 @@ Highlight groups:
|
||||
- |hl-NormalNC| highlights non-current windows
|
||||
- |hl-MsgArea| highlights messages/cmdline area
|
||||
- |hl-MsgSeparator| highlights separator for scrolled messages
|
||||
- |hl-OkMsg|
|
||||
- |hl-StderrMsg|
|
||||
- |hl-StdoutMsg|
|
||||
- |hl-Substitute|
|
||||
- |hl-TermCursor|
|
||||
- |hl-WinSeparator| highlights window separators
|
||||
|
Reference in New Issue
Block a user