Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupmenu.c65 if (pum_array[i].pum_kind != NULL) in pum_compute_size()
67 w = vim_strsize(pum_array[i].pum_kind) + 1; in pum_compute_size()
475 case 2: p = pum_array[idx].pum_kind; break; in pum_redraw()
597 || (round == 1 && pum_array[idx].pum_kind == NULL in pum_redraw()
H A Dstructs.h4085 char_u *pum_kind; // extra kind text (may be truncated) member
H A Dinsexpand.c1104 compl_match_array[i].pum_kind = compl->cp_text[CPT_KIND]; in ins_compl_show_pum()