diff --git a/lua/telescope/builtin/__internal.lua b/lua/telescope/builtin/__internal.lua index d7d74e7..4c330b4 100644 --- a/lua/telescope/builtin/__internal.lua +++ b/lua/telescope/builtin/__internal.lua @@ -554,7 +554,6 @@ internal.oldfiles = function(opts) if opts.cwd_only or opts.cwd then local cwd = opts.cwd_only and vim.loop.cwd() or opts.cwd - cwd = cwd .. utils.get_separator() results = vim.tbl_filter(function(file) return buf_in_cwd(file, cwd) end, results)