feat(action): add type into qf entry when calling entry_to_qf function (#2897)

This commit is contained in:
Liu
2024-02-24 22:24:24 +08:00
committed by GitHub
parent 6868df51d2
commit 2e1e382df4
2 changed files with 10 additions and 1 deletions

View File

@@ -912,6 +912,7 @@ local entry_to_qf = function(entry)
lnum = vim.F.if_nil(entry.lnum, 1),
col = vim.F.if_nil(entry.col, 1),
text = text,
type = entry.qf_type,
}
end