aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2024-10-10 23:26:25 -0700
committerGitHub <noreply@github.com>2024-10-10 23:26:25 -0700
commita0e3fe57417f0b7c8de60dcebe44d0cf034c4b9a (patch)
treecaba2efed785b6a9f55e8c8165e2afc266051993 /runtime/doc/vim_diff.txt
parent25665b365c2f8f3a81866f500da725e59be10389 (diff)
downloadrneovim-a0e3fe57417f0b7c8de60dcebe44d0cf034c4b9a.tar.gz
rneovim-a0e3fe57417f0b7c8de60dcebe44d0cf034c4b9a.tar.bz2
rneovim-a0e3fe57417f0b7c8de60dcebe44d0cf034c4b9a.zip
feat(ui): cascading style inheritance for Pmenu* highlights #29980
- `PmenuSel` and `PmenuMatch` inherit from `Pmenu` - `PmenuMatchSel` inherits from both `PmenuSel` and `PmenuMatch`
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index e069678b30..0a42acffb9 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -561,6 +561,9 @@ Highlight groups:
the regexp `[a-zA-Z0-9_.@-]*` (see |group-name|).
- |hl-StatusLineTerm| |hl-StatusLineTermNC| are implemented as 'winhighlight'
window-local highlights which are set by the default |TermOpen| handler.
+- The |ins-completion-menu| has cascading highlight styles. |hl-PmenuSel| and
+ |hl-PmenuMatch| both inherit from |hl-Pmenu|, and |hl-PmenuMatchSel|
+ inherits highlights from both |hl-PmenuSel| and |hl-PmenuMatch|.
Macro (|recording|) behavior:
- Replay of a macro recorded during :lmap produces the same actions as when it