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 c4c168e commit 20244beCopy full SHA for 20244be
lua/neo-tree/command/parser.lua
@@ -101,7 +101,7 @@ end
101
---@param path string
102
---@param validate_type string?
103
M.resolve_path = function(path, validate_type)
104
- local abs_path = utils.path_join(vim.fn.getcwd(), path)
+ local abs_path = utils.path_join(vim.fn.getcwd(), vim.fn.expand(path))
105
if validate_type then
106
local stat = uv.fs_stat(abs_path)
107
if not stat or stat.type ~= validate_type then
0 commit comments