fix(builtin.marks): normalize mark path (#2859)
This commit is contained in:
@@ -1109,7 +1109,7 @@ internal.marks = function(opts)
|
|||||||
line = line,
|
line = line,
|
||||||
lnum = lnum,
|
lnum = lnum,
|
||||||
col = col,
|
col = col,
|
||||||
filename = v.file or bufname,
|
filename = vim.fs.normalize(v.file or bufname),
|
||||||
}
|
}
|
||||||
-- non alphanumeric marks goes to last
|
-- non alphanumeric marks goes to last
|
||||||
if mark:match "%w" then
|
if mark:match "%w" then
|
||||||
|
|||||||
Reference in New Issue
Block a user