use fs_realpath
This commit is contained in:
parent
31b0606b68
commit
5bf360a7fc
@ -15,7 +15,8 @@ function M.create_path(...)
|
||||
M.directory_sep .. M.directory_sep,
|
||||
M.directory_sep
|
||||
)
|
||||
return ret
|
||||
|
||||
return vim.loop.fs_realpath(ret)
|
||||
end
|
||||
|
||||
function M.get_file_name_list(dir, remove_extension, extension_no_dot)
|
||||
|
Loading…
x
Reference in New Issue
Block a user