Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupmenu.c25 static int pum_kind_width; // width of pum items kind column variable
55 pum_kind_width = 0; in pum_compute_size()
68 if (pum_kind_width < w) in pum_compute_size()
69 pum_kind_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()
320 else if (pum_width > max_width + pum_kind_width in pum_display()
324 pum_width = max_width + pum_kind_width in pum_display()
590 n = pum_kind_width + 1; in pum_redraw()