revert change

This commit is contained in:
Scott Graves 2022-09-09 22:42:03 -05:00
parent 5bf360a7fc
commit a8bcb09afb

View File

@ -16,7 +16,7 @@ function M.create_path(...)
M.directory_sep
)
return vim.loop.fs_realpath(ret)
return ret
end
function M.get_file_name_list(dir, remove_extension, extension_no_dot)