fix: expand/normalize paths more selectively (#2628)
This commit is contained in:
@@ -73,7 +73,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
|
||||
obj.cycle_wrap = conf.history.cycle_wrap
|
||||
|
||||
Reference in New Issue
Block a user