Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c292 wp->w_maxheight = height; in popup_drag()
431 wp->w_maxheight = nr; in apply_move_options()
1296 if (wp->w_maxheight > 0) in popup_adjust_position()
1297 maxheight = wp->w_maxheight; in popup_adjust_position()
1670 wp->w_maxheight = x; in parse_popup_option()
3061 dict_add_number(dict, "maxheight", wp->w_maxheight); in f_popup_getoptions()
H A Dstructs.h3510 int w_maxheight; // "maxheight" for popup window member