issue #384 a possible fix
As I do not have access to the error log, this is more a try my best guess and fix
This commit is contained in:
parent
dbb712ec9f
commit
15bf9aea88
@ -923,7 +923,7 @@ util.extract_filepath = function(msg, pkg_path)
|
|||||||
return false, fname, lnum
|
return false, fname, lnum
|
||||||
end
|
end
|
||||||
-- note: slow operations
|
-- note: slow operations
|
||||||
local cmd = 'find ./ -type f -name ' .. filename
|
local cmd = 'find ./ -type f -name ' .. "'" .. filename .. "'"
|
||||||
local path = vim.fn.systemlist(cmd)
|
local path = vim.fn.systemlist(cmd)
|
||||||
|
|
||||||
if vim.v.shell_error ~= 0 then
|
if vim.v.shell_error ~= 0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user