Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c94 #define CPT_MENU 1 // "menu" macro
979 dict_add_string(dict, "menu", match->cp_text[CPT_MENU]); in ins_compl_dict_alloc()
1106 if (compl->cp_text[CPT_MENU] != NULL) in ins_compl_show_pum()
1108 compl->cp_text[CPT_MENU]; in ins_compl_show_pum()
2364 cptext[CPT_MENU] = dict_get_string(tv->vval.v_dict, in ins_compl_add_tv()
2697 dict_add_string(di, "menu", match->cp_text[CPT_MENU]); in get_complete_info()