From d85ad682224da53f99cf3adfcc345a9112118c79 Mon Sep 17 00:00:00 2001 From: James Trew <66286082+jamestrew@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:24:34 -0400 Subject: [PATCH] fix(builtin.marks): expand mark path (#2980) (cherry picked from commit 5550bbb1b6406926fa5b23768c0b0ca9242281bb) --- lua/telescope/builtin/__internal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/telescope/builtin/__internal.lua b/lua/telescope/builtin/__internal.lua index 5929de9..8c65e40 100644 --- a/lua/telescope/builtin/__internal.lua +++ b/lua/telescope/builtin/__internal.lua @@ -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