Searched refs:win1 (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | window.c | 1834 if (win1 == win2) in win_move_after() 1838 if (win2->w_next != win1) in win_move_after() 1848 if (win1 == lastwin) in win_move_after() 1851 win1->w_prev->w_status_height = win1->w_status_height; in win_move_after() 1859 win1->w_vsep_width = 1; in win_move_after() 1860 win1->w_frame->fr_width += 1; in win_move_after() 1874 win1->w_vsep_width = 0; in win_move_after() 1878 win_remove(win1, NULL); in win_move_after() 1879 frame_remove(win1->w_frame); in win_move_after() 1880 win_append(win2, win1); in win_move_after() [all …]
|
| /vim-8.2.3635/src/proto/ |
| H A D | window.pro | 12 void win_move_after(win_T *win1, win_T *win2);
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_terminal3.vim | 523 let win1 = popup_create(buf1, {}) 526 call popup_close(win1)
|
| H A D | test_popupwin.vim | 3582 let win1 = popup_create('nothing', #{maxheight: 8}) 3585 call assert_equal(8, popup_getoptions(win1).maxheight) 3593 let win1 = popup_create('one', #{line: 5, filter: {... -> 0}}) 3596 call assert_equal(5, popup_getpos(win1).line) 3601 call assert_equal(5, popup_getpos(win1).line) 3605 call assert_equal(5, popup_getpos(win1).line) 3609 call assert_equal({}, popup_getpos(win1))
|