iago-lito / intim

Interactively interface Vim with interpreters
GNU General Public License v3.0
6 stars 2 forks source link

Vundle - Error while running helptags #5

Closed alaindanet closed 6 years ago

alaindanet commented 6 years ago

Hi Iago,

your plugin is well handle by Vundle but struggle when generating the helptags of the plugin:

The log file indicates:

[2018-01-29 11:30:28] > Error running :helptags /home/alain/.vim/bundle/intim/doc
iago-lito commented 6 years ago

Hey. Thank your for reporting.

Intim has not been tuned to be installed via Vundle for now. It is supposed to be installed with Pathogen.

As a consequence, it is quite likely that using Vundle to install Intim will cause warnings, or errors, or undefined behaviour. (in your case for instance: failure of doc-generation)

I suggest you use the recommended installation procedure. Pathogen is super easy to install and to use.

However, I'll leave this issue open as a good first issue for anyone feeling like porting Intim's installation procedure to Vundle, which I don't know much. Feel free to contribute :)

alaindanet commented 6 years ago

:heptags ~/.vim/bundle/intim/doc returns: intim_helptags_error

I think that it is not a Vundle problem but that several tags are duplicated in your doc.

In the documentation, the pattern *tag* should be reserved and not used elsewhere. I can handle it.

alaindanet commented 6 years ago

I have created a pull request which fix the errors returned by helptags

iago-lito commented 6 years ago

Cheers for that. I'll close this issue as soon as your pr is ready to be merged :)

iago-lito commented 6 years ago

If you can confirm that this fix is enough to make intim fully Vundle-compatible, feel free to document a small "Vundle" entry in README.md installation section 0:)

iago-lito commented 6 years ago

Well, #8 nailed it. Cheers ♡