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