Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupmenu.c1188 # define BALLOON_MIN_WIDTH 50 macro
1262 long_item_count += (item->cells - 1) / BALLOON_MIN_WIDTH; in split_message()
1300 if (split_long_items && item->cells >= BALLOON_MIN_WIDTH) in split_message()
1306 if ((cells += ptr2cells(p)) > BALLOON_MIN_WIDTH) in split_message()
1398 pum_position_at_mouse(BALLOON_MIN_WIDTH); in ui_post_balloon()