I am using neobundle to manage vim plugins. After updating plugins today, I execute :NeoBundleDocs to regenerate :helptag for all bundles. But I find that it output something wrong.
"[neobundle] Vim(helptags):E154: Duplicate tag "g:tlib#sys#system_browser" in file /home/vagrant/.vim/bundle/.neobundle/doc/tlib.txt".
I am using neobundle to manage vim plugins. After updating plugins today, I execute
:NeoBundleDocs
to regenerate :helptag for all bundles. But I find that it output something wrong.Is there something wrong with the doc file?