Home
last modified time | relevance | path

Searched refs:cp_text (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dinsexpand.c108 char_u *(cp_text[CPT_COUNT]); // text for the menu member
670 match->cp_text[i] = vim_strsave(cptext[i]); in ins_compl_add()
978 dict_add_string(dict, "abbr", match->cp_text[CPT_ABBR]); in ins_compl_dict_alloc()
979 dict_add_string(dict, "menu", match->cp_text[CPT_MENU]); in ins_compl_dict_alloc()
980 dict_add_string(dict, "kind", match->cp_text[CPT_KIND]); in ins_compl_dict_alloc()
1099 if (compl->cp_text[CPT_ABBR] != NULL) in ins_compl_show_pum()
1101 compl->cp_text[CPT_ABBR]; in ins_compl_show_pum()
1106 if (compl->cp_text[CPT_MENU] != NULL) in ins_compl_show_pum()
1108 compl->cp_text[CPT_MENU]; in ins_compl_show_pum()
1143 == compl_shown_match->cp_text[CPT_ABBR]) in ins_compl_show_pum()
[all …]