Lines Matching refs:winid
226 let winid = win_getid()
229 call matchadd('Search', '4', 10, -1, {'window': winid})
230 call matchaddpos('Error', [[1,2], [2,2]], 10, -1, {'window': winid})
238 let savematches = getmatches(winid)
245 eval winid->clearmatches()
246 call assert_equal([], getmatches(winid))
249 call setmatches(savematches, winid)
306 let winid = win_getid()
319 call term_sendkeys(buf, ":call matchdelete(mid, winid)\<CR>")
334 call term_sendkeys(buf, ":call clearmatches(winid)\<CR>")
344 call term_sendkeys(buf, ":call matchadd('Search', 'Hello', 1, -1, #{window: winid})\<CR>")