Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.h12 #define CPT_INFO 3 // "info" macro
H A Dedit.c2829 compl_match_array[i].pum_info = compl->cp_text[CPT_INFO]; in ins_compl_show_pum()
3299 tv_dict_add_str(di, S_LEN("info"), EMPTY_IF_NULL(match->cp_text[CPT_INFO])); in get_complete_info()
4084 cptext[CPT_INFO] = tv_dict_get_string(tv->vval.v_dict, "info", true); in ins_compl_add_tv()
4637 tv_dict_add_str(dict, S_LEN("info"), EMPTY_IF_NULL(match->cp_text[CPT_INFO])); in ins_compl_dict_alloc()
/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c96 #define CPT_INFO 3 // "info" macro
981 dict_add_string(dict, "info", match->cp_text[CPT_INFO]); in ins_compl_dict_alloc()
1105 compl_match_array[i].pum_info = compl->cp_text[CPT_INFO]; in ins_compl_show_pum()
2493 cptext[CPT_INFO] = dict_get_string(tv->vval.v_dict, in ins_compl_add_tv()
2824 dict_add_string(di, "info", match->cp_text[CPT_INFO]); in get_complete_info()