]> granicus.if.org Git - vim/commit
patch 9.0.1397: highlight for popupmenu kind and extra cannot be set v9.0.1397
authorGianmaria Bajo <mg1979.git@gmail.com>
Fri, 10 Mar 2023 16:35:53 +0000 (16:35 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 10 Mar 2023 16:35:53 +0000 (16:35 +0000)
commit6a7c7749204b256e779c245b1e999bf852ad7b64
tree4c71d0f915d2bb3df31acb34f4178de49a94b575
parentbe19d78c3d44221cbc38fbb5bac19302345c1def
patch 9.0.1397: highlight for popupmenu kind and extra cannot be set

Problem:    Highlight for popupmenu kind and extra cannot be set.
Solution:   Add PmenuKind, PmenuKindSel, PmenuExtra and PmenuExtraSel
            highlight groups and use them. (Gianmaria Bajo, closes #12114)
runtime/doc/options.txt
runtime/doc/syntax.txt
src/highlight.c
src/optiondefs.h
src/popupmenu.c
src/testdir/dumps/Test_pum_highlights_01.dump [new file with mode: 0644]
src/testdir/dumps/Test_pum_highlights_02.dump [new file with mode: 0644]
src/testdir/test_popup.vim
src/version.c
src/vim.h