We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a011d3 commit 2a77c8fCopy full SHA for 2a77c8f
1 file changed
plugin/helpview.lua
@@ -56,6 +56,9 @@ vim.api.nvim_create_autocmd({ "BufAdd", "BufEnter" }, {
56
elseif helpview.actions.__is_attached(buffer) == true then
57
--- Already attached to this buffer!
58
return;
59
+ elseif helpview.can_attach(buffer) == false then
60
+ --- Already attached to this buffer!
61
+ return;
62
end
63
64
---@type string, string
0 commit comments