diff options
author | Riley Bruins <ribru17@hotmail.com> | 2024-10-10 23:26:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 23:26:25 -0700 |
commit | a0e3fe57417f0b7c8de60dcebe44d0cf034c4b9a (patch) | |
tree | caba2efed785b6a9f55e8c8165e2afc266051993 /runtime/doc/vim_diff.txt | |
parent | 25665b365c2f8f3a81866f500da725e59be10389 (diff) | |
download | rneovim-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.txt | 3 |
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 |