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>
This commit is contained in:
committed by
Christian Brabandt
parent
f08865ce83
commit
4100852e09
@ -359,7 +359,7 @@ cmdline_pum_create(
|
||||
compl_match_array[i].pum_info = NULL;
|
||||
compl_match_array[i].pum_extra = NULL;
|
||||
compl_match_array[i].pum_kind = NULL;
|
||||
compl_match_array[i].pum_extrahlattr = -1;
|
||||
compl_match_array[i].pum_user_hlattr = -1;
|
||||
}
|
||||
|
||||
// Compute the popup menu starting column
|
||||
|
||||
Reference in New Issue
Block a user