Searched refs:minwidth (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_popupwin.vim | 1118 \ minwidth: 20, 1138 \ minwidth: 20, 1160 \ minwidth: 20, 1206 \ minwidth: 20, 1238 \ minwidth: 10, 1293 \ minwidth: 10, 1632 \ minwidth: 20, 2199 \ minwidth: 8, 2900 \ minwidth: 8, 3341 \ minwidth: 17, [all …]
|
| 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: []})',
|
| /vim-8.2.3635/src/ |
| H A D | popupwin.c | 1140 int minwidth, minheight; in popup_adjust_position() local 1282 minwidth = wp->w_minwidth; in popup_adjust_position() 1289 if (minwidth == 0) in popup_adjust_position() 1290 minwidth = 20; in popup_adjust_position() 1400 && (used_maxwidth || (minwidth > 0 && wp->w_width < minwidth))) in popup_adjust_position() 1408 if (minwidth < title_len) in popup_adjust_position() 1409 minwidth = title_len; in popup_adjust_position() 1412 if (minwidth > 0 && wp->w_width < minwidth) in popup_adjust_position() 1413 wp->w_width = minwidth; in popup_adjust_position()
|
| H A D | window.c | 890 int minwidth; in win_split_ins() local 905 minwidth = frame_minwidth(topframe, NOWIN); in win_split_ins() 907 needed += minwidth; in win_split_ins() 911 minwidth = frame_minwidth(oldwin->w_frame, NOWIN); in win_split_ins() 919 minwidth += frame_minwidth(frp2, NOWIN); in win_split_ins() 923 needed += minwidth; in win_split_ins() 927 minwidth = frame_minwidth(oldwin->w_frame, NOWIN); in win_split_ins() 929 needed += minwidth; in win_split_ins() 938 if (new_size > available - minwidth - 1) in win_split_ins() 939 new_size = available - minwidth - 1; in win_split_ins()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | popup.txt | 79 to increase the width or use the "minwidth" property. 158 - The default minimal size is 5 lines of 20 characters; Use the "minwidth" and 167 let winid = popup_create(buf, #{minwidth: 50, minheight: 20}) 488 minwidth 503 \ minwidth: 20, 658 minwidth Minimum width of the contents, excluding border,
|
| H A D | todo.txt | 119 - Width is not computed correctly when minwidth and maxwidth are &columns
|
| H A D | version8.txt | 40007 Solution: Also adjust maxwidth when applying minwidth and there is a 43473 Problem: Tiny popup when creating a terminal popup without minwidth.
|