Lines Matching refs:win
24 let win = bufwinid(buf)
26 call assert_equal(6, winheight(win))
27 call assert_equal(40, winwidth(win))
33 call assert_equal(10, winheight(win))
34 call assert_equal(60, winwidth(win))
49 let win = bufwinid(buf)
50 call assert_equal([winheight(win), winwidth(win)], term_getsize(buf))
57 let win = bufwinid(buf)
58 call assert_equal([7, winwidth(win)], term_getsize(buf))
65 let win = bufwinid(buf)
66 call assert_equal([winheight(win), 33], term_getsize(buf))
78 let win = bufwinid(buf)
79 call assert_inrange(10, 1000, winheight(win))
80 call assert_inrange(50, 1000, winwidth(win))
81 call assert_equal([winheight(win), winwidth(win)], term_getsize(buf))
87 call assert_equal(15, winheight(win))
88 call assert_equal(60, winwidth(win))
94 call assert_equal(7, winheight(win))
95 call assert_equal(30, winwidth(win))
103 let win = bufwinid(buf)
104 call assert_equal([winheight(win), winwidth(win)], term_getsize(buf))