Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/telescope/builtin/__lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ local function list_or_jump(action, title, funname, params, opts)

if #items == 1 and opts.jump_type ~= "never" then
local item = items[1]
if opts.curr_filepath ~= item.filename then
if opts.curr_filepath ~= item.filename or not opts.reuse_win then
local cmd
if opts.jump_type == "tab" then
cmd = "tabedit"
Expand Down