mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 02:17:09 +10:00
@@ -74,7 +74,7 @@ end
|
||||
|
||||
---@private
|
||||
local function join_paths(...)
|
||||
return table.concat({ ... }, '/')
|
||||
return (table.concat({ ... }, '/'):gsub('//+', '/'))
|
||||
end
|
||||
|
||||
--- Return an iterator over the files and directories located in {path}
|
||||
|
||||
Reference in New Issue
Block a user