Fix call to missing project_files_limit
This commit is contained in:
parent
5421a1d69c
commit
01f6767d98
|
@ -66,8 +66,7 @@ command.add(nil, {
|
|||
end,
|
||||
|
||||
["core:find-file"] = function()
|
||||
-- FIXME: core.project_files_limit was removed!
|
||||
if core.project_files_limit then
|
||||
if not core.project_files_number() then
|
||||
return command.perform "core:open-file"
|
||||
end
|
||||
local files = {}
|
||||
|
|
Loading…
Reference in New Issue