]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0629: Rename of pum hl_group is incomplete v9.1.0629
authorzeertzjq <zeertzjq@outlook.com>
Sat, 27 Jul 2024 11:21:49 +0000 (13:21 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 27 Jul 2024 11:21:49 +0000 (13:21 +0200)
commit4100852e099133a0c9603e1087e5dc6d82001ce7
tree3e404e9105f10cc6121c0edfd88c9ec91e18e3da
parentf08865ce8309a7d4c7d55d5d9d60b9062eca5370
patch 9.1.0629: Rename of pum hl_group is incomplete

Problem:  Rename of pum hl_group is incomplete in source.
Solution: Also rename the test function.  Rename to user_hlattr in code
          to avoid confusion with pum_extra.  Add test with matched text
          highlighting (zeertzjq).

closes: #15348

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/insert.txt
src/cmdexpand.c
src/insexpand.c
src/popupmenu.c
src/structs.h
src/testdir/dumps/Test_pum_highlights_13.dump [new file with mode: 0644]
src/testdir/dumps/Test_pum_highlights_14.dump [new file with mode: 0644]
src/testdir/test_popup.vim
src/version.c