@@ -135,61 +135,61 @@ func Test_cursorline_screenline()
135135 call writefile (lines , filename)
136136 " basic test
137137 let buf = RunVimInTerminal (' -S ' . filename, #{rows: 20 })
138- call term_wait (buf )
138+ call TermWait (buf )
139139 call VerifyScreenDump (buf , ' Test_' . filename. ' _1' , {})
140140 call term_sendkeys (buf , " fagj" )
141- call term_wait (buf )
141+ call TermWait (buf )
142142 call VerifyScreenDump (buf , ' Test_' . filename. ' _2' , {})
143143 call term_sendkeys (buf , " gj" )
144- call term_wait (buf )
144+ call TermWait (buf )
145145 call VerifyScreenDump (buf , ' Test_' . filename. ' _3' , {})
146146 call term_sendkeys (buf , " gj" )
147- call term_wait (buf )
147+ call TermWait (buf )
148148 call VerifyScreenDump (buf , ' Test_' . filename. ' _4' , {})
149149 call term_sendkeys (buf , " gj" )
150- call term_wait (buf )
150+ call TermWait (buf )
151151 call VerifyScreenDump (buf , ' Test_' . filename. ' _5' , {})
152152 call term_sendkeys (buf , " gj" )
153- call term_wait (buf )
153+ call TermWait (buf )
154154 call VerifyScreenDump (buf , ' Test_' . filename. ' _6' , {})
155155 " test with set list and cursorlineopt containing number
156156 call term_sendkeys (buf , " gg0" )
157157 call term_sendkeys (buf , " :set list cursorlineopt+=number listchars=space:-\<cr> " )
158158 call VerifyScreenDump (buf , ' Test_' . filename. ' _7' , {})
159159 call term_sendkeys (buf , " fagj" )
160- call term_wait (buf )
160+ call TermWait (buf )
161161 call VerifyScreenDump (buf , ' Test_' . filename. ' _8' , {})
162162 call term_sendkeys (buf , " gj" )
163- call term_wait (buf )
163+ call TermWait (buf )
164164 call VerifyScreenDump (buf , ' Test_' . filename. ' _9' , {})
165165 call term_sendkeys (buf , " gj" )
166- call term_wait (buf )
166+ call TermWait (buf )
167167 call VerifyScreenDump (buf , ' Test_' . filename. ' _10' , {})
168168 call term_sendkeys (buf , " gj" )
169- call term_wait (buf )
169+ call TermWait (buf )
170170 call VerifyScreenDump (buf , ' Test_' . filename. ' _11' , {})
171171 call term_sendkeys (buf , " gj" )
172- call term_wait (buf )
172+ call TermWait (buf )
173173 call VerifyScreenDump (buf , ' Test_' . filename. ' _12' , {})
174174 if exists (" +foldcolumn" ) && exists (" +signcolumn" ) && exists (" +breakindent" )
175175 " test with set foldcolumn signcoloumn and breakindent
176176 call term_sendkeys (buf , " gg0" )
177177 call term_sendkeys (buf , " :set breakindent foldcolumn=2 signcolumn=yes\<cr> " )
178178 call VerifyScreenDump (buf , ' Test_' . filename. ' _13' , {})
179179 call term_sendkeys (buf , " fagj" )
180- call term_wait (buf )
180+ call TermWait (buf )
181181 call VerifyScreenDump (buf , ' Test_' . filename. ' _14' , {})
182182 call term_sendkeys (buf , " gj" )
183- call term_wait (buf )
183+ call TermWait (buf )
184184 call VerifyScreenDump (buf , ' Test_' . filename. ' _15' , {})
185185 call term_sendkeys (buf , " gj" )
186- call term_wait (buf )
186+ call TermWait (buf )
187187 call VerifyScreenDump (buf , ' Test_' . filename. ' _16' , {})
188188 call term_sendkeys (buf , " gj" )
189- call term_wait (buf )
189+ call TermWait (buf )
190190 call VerifyScreenDump (buf , ' Test_' . filename. ' _17' , {})
191191 call term_sendkeys (buf , " gj" )
192- call term_wait (buf )
192+ call TermWait (buf )
193193 call VerifyScreenDump (buf , ' Test_' . filename. ' _18' , {})
194194 endif
195195
0 commit comments