mirror of
https://github.com/kepler155c/opus
synced 2025-10-15 07:47:40 +00:00
major directory reorganize
This commit is contained in:
@@ -300,7 +300,6 @@ local function autocompleteFile(results, words)
|
||||
|
||||
if fs.isDir(startDir) then
|
||||
local files = fs.list(startDir)
|
||||
debug({ rawPath, startDir })
|
||||
for _,f in pairs(files) do
|
||||
local path = fs.combine(rawPath, f)
|
||||
if fs.isDir(fs.combine(startDir, f)) then
|
||||
|
Reference in New Issue
Block a user