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:
@@ -1079,7 +1079,7 @@ internal.marks = function(opts)
|
||||
line = line,
|
||||
lnum = lnum,
|
||||
col = col,
|
||||
filename = vim.fn.expand(v.file or bufname),
|
||||
filename = utils.path_expand(v.file or bufname),
|
||||
}
|
||||
-- non alphanumeric marks goes to last
|
||||
if mark:match "%w" then
|
||||
|
||||
Reference in New Issue
Block a user