mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
vim-patch:9.1.0476: Cannot see matched text in popup menu
Problem: Cannot see matched text in popup menu
Solution: Introduce 2 new highlighting groups: PmenuMatch and
PmenuMatchSel (glepnir)
closes: vim/vim#14694
40c1c3317d
Co-authored-by: glepnir <glephunter@gmail.com>
This commit is contained in:
@@ -101,6 +101,8 @@ typedef enum {
|
||||
HLF_SPL, ///< SpellLocal
|
||||
HLF_PNI, ///< popup menu normal item
|
||||
HLF_PSI, ///< popup menu selected item
|
||||
HLF_PMNI, ///< popup menu matched text in normal item
|
||||
HLF_PMSI, ///< popup menu matched text in selected item
|
||||
HLF_PNK, ///< popup menu normal item "kind"
|
||||
HLF_PSK, ///< popup menu selected item "kind"
|
||||
HLF_PNX, ///< popup menu normal item "menu" (extra text)
|
||||
|
Reference in New Issue
Block a user