python-rope / ropevim

vim mode that uses rope library to provide features like python refactorings and code-assists
GNU General Public License v2.0
245 stars 34 forks source link

:Helptags will not work for ropevim #29

Closed ecerulm closed 9 years ago

ecerulm commented 9 years ago

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.