fix(builtin.marks): expand mark path (#2980)

(cherry picked from commit 5550bbb1b6)
This commit is contained in:
James Trew
2024-03-12 09:24:34 -04:00
committed by GitHub
parent 93dc724f38
commit d85ad68222

View File

@@ -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