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
Some plugins sometimes have duplicate help tags in their documentation. Thus, when installing or updating plugins the Duplicate help tag in ... is generated and the user has to press enter for the messages.
To fix this issue, it would be better to do silent! helptags ALL, instead of helptags ALL. I don't think silencing the errors are a bad idea since the end user cannot do anything about them.
This issue is not necessarily paq's fault.
Some plugins sometimes have duplicate help tags in their documentation. Thus, when installing or updating plugins the
Duplicate help tag in ...
is generated and the user has to press enter for the messages.To fix this issue, it would be better to do
silent! helptags ALL
, instead ofhelptags ALL
. I don't think silencing the errors are a bad idea since the end user cannot do anything about them.One example of such a plugin is hop.nvim.
The text was updated successfully, but these errors were encountered: