Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c93 #define CPT_ABBR 0 // "abbr" macro
978 dict_add_string(dict, "abbr", match->cp_text[CPT_ABBR]); 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()
1143 == compl_shown_match->cp_text[CPT_ABBR]) in ins_compl_show_pum()
2362 cptext[CPT_ABBR] = dict_get_string(tv->vval.v_dict, in ins_compl_add_tv()
2696 dict_add_string(di, "abbr", match->cp_text[CPT_ABBR]); in get_complete_info()