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

(cherry picked from commit 5550bbb1b6)
This commit is contained in:
James Trew
2024-03-12 14:24:34 +01:00
committed by GitHub
parent 93dc724f38
commit d85ad68222
+1 -1
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