Closed ecerulm closed 10 years ago
When using pathogen the :Helptags command didn't work for ropevim. :h ropevim will not find anything.
:Helptags
:h ropevim
I had to rename the .vim/bundle/ropevim/doc/ropevim.rst to .txt. Only after :Helptags will generate the documentation.
.vim/bundle/ropevim/doc/ropevim.rst
.txt
When using pathogen the
:Helptags
command didn't work for ropevim.:h ropevim
will not find anything.I had to rename the
.vim/bundle/ropevim/doc/ropevim.rst
to.txt
. Only after:Helptags
will generate the documentation.