Lines Matching refs:minwidth
18 …let winid = popup_create('hello there', #{line: 3, col: 11, minwidth: 20, highlight: 'PopupColor1'…
19 … = popup_create(['another one', 'another two', 'another three'], #{line: 3, col: 25, minwidth: 20})
31 \ .. "col: 3, length: 7, minwidth: 20, type: 'comment'"
33 \ .. "], #{line: 4, col: 9, minwidth: 20})\<CR>")
51 …call term_sendkeys(buf, ":call popup_move(popupwin, #{minwidth: 15, maxwidth: 25, minheight: 3, ma…
1118 \ minwidth: 20,
1138 \ minwidth: 20,
1160 \ minwidth: 20,
1206 \ minwidth: 20,
1238 \ minwidth: 10,
1293 \ minwidth: 10,
1305 call assert_equal(10, res.minwidth)
1322 call assert_equal(0, res.minwidth)
1589 let g:winid = popup_create(text, #{maxheight: 5, minwidth: 3, filter: 'invalidfilter'})
1632 \ minwidth: 20,
1810 …call term_sendkeys(buf, ":call popup_create(['aaa', 'bbb'], #{title: 'Title', minwidth: 12, paddin…
1815 …call term_sendkeys(buf, ":call popup_create(['aaa', 'bbb'], #{title: 'Title', minwidth: 12, border…
2199 \ minwidth: 8,
2231 \ minwidth: 30,
2299 " remove the minwidth and maxheight
2300 call term_sendkeys(buf, ":call popup_setoptions(winid, #{maxheight: 0, minwidth: 0})\<CR>")
2327 \ minwidth: 8,
2720 let winid = popup_create(termbuf, #{minwidth: 40, minheight: 10, border: []})
2900 \ minwidth: 8,
3341 \ minwidth: 17,
3352 \ minwidth: 10,
3682 \ 'minwidth': 20,