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

Patch from @mexpolk to fix doc file to be able to call pathogen#helptags() #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

actaneon
Copy link

@actaneon actaneon commented Jan 6, 2012

Fixes the following error:

Error detected while processing function pathogen#helptags:
line 3:
E154: Duplicate tag "/MyProjectDir/" in file /Users/jking/.vim/bundle/dbext/doc/dbext.txt

…ags()

Fixes the following error:

Error detected while processing function pathogen#helptags:
line    3:
E154: Duplicate tag "/MyProjectDir/" in file /Users/jking/.vim/bundle/dbext/doc/dbext.txt
@asgeo1
Copy link

asgeo1 commented Feb 14, 2012

+1

This error message is pretty anoying

@iberianpig
Copy link

+1

@dfishburn
Copy link

This should be fixed in release 23.0

@dfishburn
Copy link

Released dbext 23.00

vim-scripts pushed a commit that referenced this pull request Jan 4, 2016
Posted by David Fishburn

New Features
------------
- Added a new database, CrateIO (Mathias Fussenegger)
- CRATE native database type and Crate via DBI are supported
- Updated the DBI SQLAnywhere procedure list to respect the option of whether to include the object owner names
- Added a new public function, DB_DictionaryDelete, to be used by the OMNI SQL Completion plugin (autoload/sqlcomplete.vim, which is part of Vim)

Bug Fixes
---------
- helptags reported duplicate tag MyProjectDir, updated documentation as a work around as there is no way to escape the real syntax (pull #3) (mexpolk)
- For PGSQL, use the "schemaname" column rather than "tableowner" (pull #15) (Stefan Litsche)
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

Successfully merging this pull request may close these issues.

4 participants