mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-15 10:23:45 +00:00
fix: expand/normalize paths more selectively (#2628)
(cherry picked from commit 3b8399c273)
This commit is contained in:
@@ -366,7 +366,7 @@ end
|
||||
|
||||
local set_opts_cwd = function(opts)
|
||||
if opts.cwd then
|
||||
opts.cwd = vim.fn.expand(opts.cwd)
|
||||
opts.cwd = utils.path_expand(opts.cwd)
|
||||
else
|
||||
opts.cwd = vim.loop.cwd()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user