Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dublicate Tags in Documentation #1

Open
terhardt opened this issue Oct 9, 2012 · 3 comments
Open

Dublicate Tags in Documentation #1

terhardt opened this issue Oct 9, 2012 · 3 comments

Comments

@terhardt
Copy link

terhardt commented Oct 9, 2012

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

@insanum
Copy link
Owner

insanum commented Oct 9, 2012

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?

@darkfeline
Copy link

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.

@darkfeline
Copy link

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants