Home
last modified time | relevance | path

Searched refs:win2 (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dwindow.c1829 win_move_after(win_T *win1, win_T *win2) in win_move_after() argument
1834 if (win1 == win2) in win_move_after()
1838 if (win2->w_next != win1) in win_move_after()
1840 if (win1->w_frame->fr_parent != win2->w_frame->fr_parent) in win_move_after()
1863 else if (win2 == lastwin) in win_move_after()
1866 win1->w_status_height = win2->w_status_height; in win_move_after()
1867 win2->w_status_height = height; in win_move_after()
1872 win2->w_vsep_width = 1; in win_move_after()
1873 win2->w_frame->fr_width += 1; in win_move_after()
1880 win_append(win2, win1); in win_move_after()
[all …]
/vim-8.2.3635/src/proto/
H A Dwindow.pro12 void win_move_after(win_T *win1, win_T *win2);
/vim-8.2.3635/src/testdir/
H A Dtest_popupwin.vim3583 let win2 = popup_create('something', #{maxheight: 10})
3586 call assert_equal(10, popup_getoptions(win2).maxheight)
3594 let win2 = popup_create('two', #{line: 10, filter: {... -> 0}})
3597 call assert_equal(10, popup_getpos(win2).line)
3602 call assert_equal(10, popup_getpos(win2).line)
3606 call assert_equal({}, popup_getpos(win2))
3610 call assert_equal({}, popup_getpos(win2))
3875 let win2 = win_getid()
3877 call assert_fails('call win_splitmove(popup_winid, win2)', 'E957:')
3878 call assert_fails('call win_splitmove(win2, popup_winid)', 'E957:')