feat(action): add type into qf entry when calling entry_to_qf function (#2897)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user