mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
fix(builtin.buffers): missing return in attach_mappings (#3172)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user