Lines Matching refs:maxheight
51 …(buf, ":call popup_move(popupwin, #{minwidth: 15, maxwidth: 25, minheight: 3, maxheight: 5})\<CR>")
437 \ maxheight: 4,
456 \ maxheight: 2,
465 \ maxheight: 3,
500 \ maxheight: 8,
521 \ maxheight: 2,
535 \ maxheight: 5,
737 \ maxheight: 3,
862 \ maxheight: 3,
1296 \ maxheight: 21,
1308 call assert_equal(21, res.maxheight)
1325 call assert_equal(0, res.maxheight)
1589 let g:winid = popup_create(text, #{maxheight: 5, minwidth: 3, filter: 'invalidfilter'})
1609 \ maxheight: &lines - 5,
1635 \ maxheight: &lines - 5,
2200 \ maxheight: 4,
2234 \ maxheight: 4,
2299 " remove the minwidth and maxheight
2300 call term_sendkeys(buf, ":call popup_setoptions(winid, #{maxheight: 0, minwidth: 0})\<CR>")
2359 \ maxheight: 5,
2801 let winid = popup_create(bufnr, #{maxheight: 5, filter: 'BufferFilter'})
2814 \ maxheight: 10,
2861 \ maxheight: 3,
2901 \ maxheight: 3,
2963 \ maxheight : 3,
3064 \ maxheight : 2,
3094 \ maxheight : 2,
3582 let win1 = popup_create('nothing', #{maxheight: 8})
3583 let win2 = popup_create('something', #{maxheight: 10})
3584 let win3 = popup_create('something', #{maxheight: 15})
3585 call assert_equal(8, popup_getoptions(win1).maxheight)
3586 call assert_equal(10, popup_getoptions(win2).maxheight)
3587 call assert_equal(15, popup_getoptions(win3).maxheight)