fix(builtin.marks): normalize mark path (#2859)

This commit is contained in:
James Trew
2024-01-10 20:38:09 -05:00
committed by GitHub
parent 4367e05c06
commit 5550bbb1b6

View File

@@ -1109,7 +1109,7 @@ internal.marks = function(opts)
line = line,
lnum = lnum,
col = col,
filename = v.file or bufname,
filename = vim.fs.normalize(v.file or bufname),
}
-- non alphanumeric marks goes to last
if mark:match "%w" then