fix(compat): nightly deprecation

This commit is contained in:
Christian Clason 2025-03-27 10:34:57 +01:00
parent da5825bf70
commit a6f8fda313

View file

@ -248,7 +248,7 @@ function M.iter_prepared_matches(query, qnode, bufnr, start_row, end_row)
return t
end
local matches = query:iter_matches(qnode, bufnr, start_row, end_row, { all = false })
local matches = query:iter_matches(qnode, bufnr, start_row, end_row, { all = true })
local function iterator()
local pattern, match, metadata = matches()