mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
fix(builtin.marks): expand mark path (#2980)
(cherry picked from commit 5550bbb1b6)
This commit is contained in:
@@ -1079,7 +1079,7 @@ internal.marks = function(opts)
|
||||
line = line,
|
||||
lnum = lnum,
|
||||
col = col,
|
||||
filename = v.file or bufname,
|
||||
filename = vim.fn.expand(v.file or bufname),
|
||||
}
|
||||
-- non alphanumeric marks goes to last
|
||||
if mark:match "%w" then
|
||||
|
||||
Reference in New Issue
Block a user