mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Fix typo from a41e95ee5f
This commit is contained in:
@@ -42,6 +42,7 @@ M.get_matches = ts_utils.memoize_by_buf_tick(function(bufnr)
|
||||
return
|
||||
end
|
||||
|
||||
local lang = lang_tree:lang()
|
||||
local group_results = queries.collect_group_results(
|
||||
bufnr, 'matchup', tree:root(), lang) or {}
|
||||
vim.list_extend(matches, group_results)
|
||||
|
||||
Reference in New Issue
Block a user