Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.h10 #define CPT_MENU 1 // "menu" macro
H A Dedit.c2830 if (compl->cp_text[CPT_MENU] != NULL) { in ins_compl_show_pum()
2832 compl->cp_text[CPT_MENU]; in ins_compl_show_pum()
3297 tv_dict_add_str(di, S_LEN("menu"), EMPTY_IF_NULL(match->cp_text[CPT_MENU])); in get_complete_info()
4082 cptext[CPT_MENU] = tv_dict_get_string(tv->vval.v_dict, "menu", true); in ins_compl_add_tv()
4635 tv_dict_add_str(dict, S_LEN("menu"), EMPTY_IF_NULL(match->cp_text[CPT_MENU])); in ins_compl_dict_alloc()
/dports/editors/vim/vim-8.2.3745/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()
2489 cptext[CPT_MENU] = dict_get_string(tv->vval.v_dict, in ins_compl_add_tv()
2822 dict_add_string(di, "menu", match->cp_text[CPT_MENU]); in get_complete_info()