From a47ef74ff13d51fbae925f584262b0e239335dd3 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 13 Sep 2025 08:40:12 +0800 Subject: [PATCH] docs: add some missing items to vim_diff.txt (#35731) --- runtime/doc/vim_diff.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index b51003f20b..a50b8f72b5 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -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