Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c280 wp->w_minwidth = width; in popup_drag()
425 wp->w_minwidth = nr; in apply_move_options()
1282 minwidth = wp->w_minwidth; in popup_adjust_position()
1680 wp->w_minwidth = x; in parse_popup_option()
2055 wp->w_minwidth = 20; in popup_create()
2100 popup_set_wantpos_cursor(wp, wp->w_minwidth, d); in popup_create()
3059 dict_add_number(dict, "minwidth", wp->w_minwidth); in f_popup_getoptions()
4266 if (wp->w_minwidth > 0) in popup_create_preview_window()
4267 wp->w_width = wp->w_minwidth; in popup_create_preview_window()
H A Dstructs.h3509 int w_minwidth; // "minwidth" for popup window member
H A Dex_cmds.c5128 popup_set_wantpos_cursor(wp, wp->w_minwidth, NULL); in prepare_tagpreview()