fix: error using dictionary as a string when running send_to_qflist (#622)
This commit is contained in:
@@ -380,7 +380,7 @@ local entry_to_qf = function(entry)
|
||||
filename = entry.filename,
|
||||
lnum = entry.lnum,
|
||||
col = entry.col,
|
||||
text = entry.value,
|
||||
text = entry.text or entry.value.text or entry.value,
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user