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,
|
default_selection_index = default_selection_idx,
|
||||||
attach_mappings = function(_, map)
|
attach_mappings = function(_, map)
|
||||||
map({ "i", "n" }, "<M-d>", actions.delete_buffer)
|
map({ "i", "n" }, "<M-d>", actions.delete_buffer)
|
||||||
|
return true
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
:find()
|
:find()
|
||||||
|
|||||||
Reference in New Issue
Block a user