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
First of all, thanks for fixing the old vim outliner plugin!
When I load the bundle with pathogen the following errors are produced:
Error detected while processing function pathogen#helptags:
line 4:
E154: Duplicate tag ":VotlTag" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag ":VotlTag" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag "Journal" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag "Journal" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag "Journal" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag "RestructuredText" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag "VimOutliner" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag "VimOutliner" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag "VimOutliner" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag "VimOutliner" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag "foo" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag "vim-rst-tables" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag "vim-rst-tables" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
E154: Duplicate tag "votl" in file /Users/tobi/.vim/bundle/votl/doc/votl.txt
I guess something is wrong with the tags in the help file
The text was updated successfully, but these errors were encountered:
That's interesting. I don't use pathogen and am not familiar with it. Instead I use vundle for managing plugins. That being said this looks like a bug in pathogen itself. Can you bring this issue up with the pathogen maintainer and see what's up?
It looks like an error in how you formatted the documentation. Like the output is saying, duplicate tags are detected. Vim uses asterisk surrounded text for its help tags, which are automatically generated by pathogen for documentation searching with :help foo It looks like you're using them for italics as per reST, which is messing it up.
I made a simple patch by simply removing all of the asterisks you used for italics and leaving the ones used for tags alone. #5
(I forgot Git creates a new issue for pull requests, sorry about that.)
First of all, thanks for fixing the old vim outliner plugin!
When I load the bundle with pathogen the following errors are produced:
I guess something is wrong with the tags in the help file
The text was updated successfully, but these errors were encountered: