feat: add command to include all buffer files in file selector (#1748)
This commit is contained in:
@@ -77,7 +77,7 @@ end
|
||||
function FileSelector:new(id)
|
||||
return setmetatable({
|
||||
id = id,
|
||||
selected_files = {},
|
||||
selected_filepaths = {},
|
||||
event_handlers = {},
|
||||
}, { __index = self })
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user