Searched refs:minheight (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | window.c | 859 int minheight; in win_split_ins() local 988 minheight = frame_minheight(topframe, NOWIN) + need_status; in win_split_ins() 990 needed += minheight; in win_split_ins() 994 minheight = frame_minheight(oldwin->w_frame, NOWIN) + need_status; in win_split_ins() 1002 minheight += frame_minheight(frp2, NOWIN); in win_split_ins() 1006 needed += minheight; in win_split_ins() 1010 minheight = frame_minheight(oldwin->w_frame, NOWIN) + need_status; in win_split_ins() 1012 needed += minheight; in win_split_ins() 1027 if (new_size > available - minheight - STATUS_HEIGHT) in win_split_ins() 1028 new_size = available - minheight - STATUS_HEIGHT; in win_split_ins()
|
| H A D | popupwin.c | 1140 int minwidth, minheight; in popup_adjust_position() local 1283 minheight = wp->w_minheight; in popup_adjust_position() 1291 if (minheight == 0) in popup_adjust_position() 1292 minheight = 5; in popup_adjust_position() 1469 if (minheight > 0 && wp->w_height < minheight) in popup_adjust_position() 1470 wp->w_height = minheight; in popup_adjust_position()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | popup.txt | 74 property. You can use empty lines to increase the height or the "minheight" 159 "minheight" parameters to set a different value. 167 let winid = popup_create(buf, #{minwidth: 50, minheight: 20}) 486 minheight 654 minheight Minimum height of the contents, excluding border and
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_popupwin.vim | 51 …call term_sendkeys(buf, ":call popup_move(popupwin, #{minwidth: 15, maxwidth: 25, minheight: 3, ma… 1239 \ minheight: 11, 1294 \ minheight: 11, 1306 call assert_equal(11, res.minheight) 1323 call assert_equal(0, res.minheight) 1608 \ minheight: &lines - 5, 1634 \ minheight: &lines - 5, 2233 \ minheight: 4, 2720 let winid = popup_create(termbuf, #{minwidth: 40, minheight: 10, border: []})
|
| H A D | test_terminal3.vim | 256 …\ ' let g:winid = popup_create(s:buf, #{minwidth: 45, minheight: 7, border: [], drag: 1, resize: … 268 \ ' call popup_create(s:buf, #{minwidth: 40, minheight: 6, border: []})',
|