mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
feat(ui): cascading style inheritance for Pmenu* highlights #29980
- `PmenuSel` and `PmenuMatch` inherit from `Pmenu` - `PmenuMatchSel` inherits from both `PmenuSel` and `PmenuMatch`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user