Searched refs:maxheight (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_popupwin.vim | 456 \ maxheight: 2, 465 \ maxheight: 3, 500 \ maxheight: 8, 521 \ maxheight: 2, 535 \ maxheight: 5, 862 \ maxheight: 3, 2200 \ maxheight: 4, 2359 \ maxheight: 5, 2814 \ maxheight: 10, 2861 \ maxheight: 3, [all …]
|
| /vim-8.2.3635/src/ |
| H A D | popupwin.c | 1141 int maxheight = Rows; in popup_adjust_position() local 1297 maxheight = wp->w_maxheight; in popup_adjust_position() 1375 if (maxheight > 0 in popup_adjust_position() 1379 + wrapped >= maxheight) in popup_adjust_position() 1471 if (maxheight > 0 && wp->w_height > maxheight) in popup_adjust_position() 1472 wp->w_height = maxheight; in popup_adjust_position()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | popup.txt | 73 wrapping, lines in the buffer. It can be limited with the "maxheight" 161 text. Set "maxheight" and "maxwidth" to restrict the size. 485 maxheight 652 maxheight Maximum height of the contents, excluding border and
|