dahu / LearnVim

A Suggested Path for Learning Vim
419 stars 22 forks source link

:h learnvim not working as expected #11

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi! I'm trying to install the help file via the mentioned instructions(download learnvim.txt to .vim/doc/, and run :helptags .vim/doc). But every time I issue the :help learnvim command, it autocompletes to 'learnvim-waz' and opens the help file somewhere in the middle. How can I prevent it? I'm using the latest qvim on arch linux!!

If it helps, I'm also using carlhuda/janus starter package.

dahu commented 9 years ago

Thanks. Not sure why vim chose the learnvim-waz tag like that.

ghost commented 9 years ago

cool, thanks!