feat: add command to include all buffer files in file selector (#1748)

This commit is contained in:
kyrisu
2025-03-28 02:24:49 +00:00
committed by GitHub
parent ae9787d716
commit 78d6c389b4
4 changed files with 19 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ end
function FileSelector:new(id)
return setmetatable({
id = id,
selected_files = {},
selected_filepaths = {},
event_handlers = {},
}, { __index = self })
end