TaDaa / vimade

An eye friendly plugin that fades your inactive buffers and preserves your syntax highlighting!
MIT License
486 stars 8 forks source link

:helptags causes change to doc/tags file #27

Closed mckellyln closed 4 years ago

mckellyln commented 4 years ago

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

TaDaa commented 4 years ago

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

mckellyln commented 4 years ago

Thanks so much, works great!