wsdjeg / vim-fetch

Make Vim handle line and column numbers in file names with a minimum of fuss
http://www.vim.org/scripts/script.php?script_id=5089
MIT License
312 stars 17 forks source link

E154: Duplicate tag "vim-fetch" in file .../vim-fetch/doc/vim-fetch.txt #1

Closed mgedmin closed 9 years ago

mgedmin commented 9 years ago

If I add Plugin "kopische/vim-fetch to my .vimrc, source it, and run :PluginInstall, it reports an error while running helptags.

If I run :helptags ~/.vim/bundle/kopische/vim-fetch/, I get

E154: Duplicate tag "vim-fetch" in file /home/mg/.vim/bundle/vim-fetch/doc/vim-fetch.txt
E154: Duplicate tag "vim-fetch" in file /home/mg/.vim/bundle/vim-fetch/doc/vim-fetch.txt
E154: Duplicate tag "vim-fetch" in file /home/mg/.vim/bundle/vim-fetch/doc/vim-fetch.txt
E154: Duplicate tag "vim-fetch" in file /home/mg/.vim/bundle/vim-fetch/doc/vim-fetch.txt
kopischke commented 9 years ago

Yeah, my bad: I had a brainfart and tried to use Markdown italics. Will fix ASAP.

kopischke commented 9 years ago

@mgedmin fixed in latest release. Thanks for reporting!

mgedmin commented 9 years ago

Thank you for the very quick fix!