TaDaa / vimade

An eye friendly plugin that fades your inactive buffers and preserves your syntax highlighting!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

:helptags causes change to doc/tags file

mckellyln opened this issue · comments

running
:helptags <install-path ...>/.vim/bundle/vimade/doc
causes this change to doc/tags file:
+:VimadeOverrideFolded vimade.txt /:VimadeOverrideFolded
-g:vimade.overridefoldhighlight vimade.txt /g:vimade.overridefoldhighlight
which then causes vimade to not be able to be updated by future git pulls.
Does anyone know why helptags would do this or how to avoid ?
thx for vimade

commented

Should be all set after updating. You may still have a conflict on doc/tags that needs resolution.

Thanks so much, works great!