fix(oneshot_finder): generate entries for passed result (#1602)
This commit is contained in:
@@ -55,6 +55,11 @@ return function(opts)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if not job_completed then
|
if not job_completed then
|
||||||
|
if not vim.tbl_isempty(results) then
|
||||||
|
for _, v in ipairs(results) do
|
||||||
|
process_result(v)
|
||||||
|
end
|
||||||
|
end
|
||||||
for line in stdout:iter(false) do
|
for line in stdout:iter(false) do
|
||||||
num_results = num_results + 1
|
num_results = num_results + 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user