Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupmenu.c26 static int pum_extra_width; // width of extra stuff variable
56 pum_extra_width = 0; in pum_compute_size()
74 if (pum_extra_width < w) in pum_compute_size()
75 pum_extra_width = w; in pum_compute_size()
258 if (pum_width > max_width + pum_kind_width + pum_extra_width + 1 in pum_display()
263 pum_width = max_width + pum_kind_width + pum_extra_width + 1; in pum_display()
321 + pum_extra_width + 1 in pum_display()
325 + pum_extra_width + 1; in pum_display()