You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When disabling helpview and then trying to open a new help buffer, I get the following error:
Error detected while processing BufWinEnter Autocommands for "<buffer=3>":
Error executing lua callback: ...2/.local/share/nvim/lazy/helpview.nvim/ftplugin/help.lua:43: attempt to index field 'options' (a nil value)
stack traceback:
...2/.local/share/nvim/lazy/helpview.nvim/ftplugin/help.lua:43: in function <...2/.local/share/nvim/lazy/helpview.nvim/ftplugin/help.lua:32>
When disabling
helpview
and then trying to open a new help buffer, I get the following error:I can reproduce it with this minimal config:
repro.lua
nvim -u repro.lua
:h news
:Helpview disableAll
:h help
The text was updated successfully, but these errors were encountered: