Fix call to missing project_files_limit

This commit is contained in:
Francesco Abbate 2021-09-29 22:16:20 +02:00
parent 595c0a5833
commit cd0f4144e2
1 changed files with 2 additions and 3 deletions

View File

@ -66,9 +66,8 @@ command.add(nil, {
end,
["core:find-file"] = function()
-- FIXME: core.project_files_limit was removed!
if core.project_files_limit then
return command.perform "core:open-file"
if not core.project_files_number() then
return command.perform "core:open-file"
end
local files = {}
for dir, item in core.get_project_files() do