We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c31c39 commit 9ac3e95Copy full SHA for 9ac3e95
lua/plenary/job.lua
@@ -65,7 +65,7 @@ local function expand(path)
65
return assert(uv.fs_realpath(path), string.format("Path must be valid: %s", path))
66
else
67
-- TODO: Probably want to check that this is valid here... otherwise that's weird.
68
- return vim.fn.expand(path, true)
+ return vim.fn.expand(vim.fn.escape(path, "$"), true)
69
end
70
71
0 commit comments