Skip to content

Commit

Permalink
fix(builtin.buffers): missing return in attach_mappings (#3172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestrew committed Jun 15, 2024
1 parent 979bfa2 commit c392f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/telescope/builtin/__internal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@ internal.buffers = function(opts)
default_selection_index = default_selection_idx,
attach_mappings = function(_, map)
map({ "i", "n" }, "<M-d>", actions.delete_buffer)
return true
end,
})
:find()
Expand Down

0 comments on commit c392f1b

Please sign in to comment.