The youcompleteme help doc is generated from our README.md. One of the features of the conversion is creating jumps in the vim doc. This is based on the backtick from markdown. It seems that one of our FAQ entries is creating a tag which clashes with UltiSnips.
the duplicated tag is known: :UltiSnipsAddFiletypes.
So can you find the tag and fix it?
Well, yes. The issue is actually due to a change to make the FAQ more visible and so that we can link directly to the answers. Working out how to resolve it without reverting that is not so simple.
I had the same issue on update
[dein] Error generating helptags:
[dein] Vim(helptags):E154: Duplicate tag ":UltiSnipsAddFiletypes" in file /home/bjorn/.config/nvim/bundle/.cache/init.vim/.dein/doc/youcompleteme.txt
[dein] function dein#install[1]..dein#install#_update[28]..<SNR>9_update_loop[5]..<SNR>9_install_async[9]..<SNR>9_done[7]..dein#install#_recache_runtimepath[20]..<SNR>9_helptags, line 12
[dein] Done: (2017/01/15 15:58:19)
We believe this is fixed.
@puremourning This is fixed because doc/youcompleteme.txt has been generated from https://github.com/micbou/vim-tools
The fork contains a workaround for this issue. We should at least move @micbou's fork to ycm-core.
We should at least move @micbou's fork to ycm-core.
Already done! (which I did just before closing this issue!)
Most helpful comment
I had the same issue on update