mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
docs: misc #31479
This commit is contained in:
@@ -469,7 +469,7 @@ describe('vim.fs', function()
|
||||
end)
|
||||
end)
|
||||
|
||||
describe('abspath', function()
|
||||
describe('abspath()', function()
|
||||
local cwd = is_os('win') and vim.uv.cwd():gsub('\\', '/') or vim.uv.cwd()
|
||||
local home = is_os('win') and vim.uv.os_homedir():gsub('\\', '/') or vim.uv.os_homedir()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user