diff --git a/lua/telescope/builtin/__internal.lua b/lua/telescope/builtin/__internal.lua index 84c65b0..d62d722 100644 --- a/lua/telescope/builtin/__internal.lua +++ b/lua/telescope/builtin/__internal.lua @@ -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