mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
fix: expand/normalize paths more selectively (#2628)
(cherry picked from commit 3b8399c273)
This commit is contained in:
@@ -72,7 +72,7 @@ function histories.History:new(opts)
|
||||
if conf.history.limit then
|
||||
obj.limit = conf.history.limit
|
||||
end
|
||||
obj.path = vim.fn.expand(conf.history.path)
|
||||
obj.path = utils.path_expand(conf.history.path)
|
||||
obj.content = {}
|
||||
obj.index = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user