Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.h9 #define CPT_ABBR 0 // "abbr" macro
H A Dedit.c2822 if (compl->cp_text[CPT_ABBR] != NULL) { in ins_compl_show_pum()
2824 compl->cp_text[CPT_ABBR]; in ins_compl_show_pum()
2865 == compl_shown_match->cp_text[CPT_ABBR]) { in ins_compl_show_pum()
3296 tv_dict_add_str(di, S_LEN("abbr"), EMPTY_IF_NULL(match->cp_text[CPT_ABBR])); in get_complete_info()
4081 cptext[CPT_ABBR] = tv_dict_get_string(tv->vval.v_dict, "abbr", true); in ins_compl_add_tv()
4634 tv_dict_add_str(dict, S_LEN("abbr"), EMPTY_IF_NULL(match->cp_text[CPT_ABBR])); in ins_compl_dict_alloc()
/dports/editors/vim/vim-8.2.3745/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()
2487 cptext[CPT_ABBR] = dict_get_string(tv->vval.v_dict, in ins_compl_add_tv()
2821 dict_add_string(di, "abbr", match->cp_text[CPT_ABBR]); in get_complete_info()