forked from aniani/vim
patch 9.1.0771: completion attribute hl_group is confusing
Problem: Currently completion attribute hl_group is combined with all items, which is redundant and confusing with kind_hlgroup Solution: Renamed to abbr_hlgroup and combine it only with the abbr item (glepnir). closes: #15818 Signed-off-by: glepnir <glephunter@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
0407d621bb
commit
0fe17f8ffb
@@ -360,7 +360,8 @@ 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_user_hlattr = -1;
|
||||
compl_match_array[i].pum_user_abbr_hlattr = -1;
|
||||
compl_match_array[i].pum_user_kind_hlattr = -1;
|
||||
}
|
||||
|
||||
// Compute the popup menu starting column
|
||||
|
Reference in New Issue
Block a user