Lines Matching refs:rows
112 let rows = 10
113 let buf = term_start([GetVimProg(), '--clean', '-S', testfile], {'term_rows': rows})
118 call WaitForAssert({-> assert_match('^-- INSERT --\s*$', term_getline(buf, rows))})
120 call WaitForAssert({-> assert_match('^\s*$', term_getline(buf, rows))})
140 let rows = 10
141 let buf = term_start([GetVimProg(), '--clean', '-S', testfile], {'term_rows': rows})
142 call WaitForAssert({-> assert_match('0,0-1\s*All$', term_getline(buf, rows - 1))})
146 call WaitForAssert({-> assert_match('^-- INSERT --\s*$', term_getline(buf, rows))})
148 call WaitForAssert({-> assert_match('^\s*$', term_getline(buf, rows))})
176 let buf = RunVimInTerminal('', {'rows': 6})
278 let buf = RunVimInTerminal('', {'rows': 6})
331 let buf = RunVimInTerminal('-S Xtest_quit_message', #{rows: 6})