diff options
Diffstat (limited to 'files.lua')
| -rw-r--r-- | files.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -181,6 +181,8 @@ Files.walk = function(path, flush_cache) files = { path } + elseif path:match("^[~/]") or path:match("^%./") or path:match("^%.%./") then + files = browse(path) else for nomsupath in package.nomsupath:gmatch("[^;]+") do do |
