thinca / vim-ref

Integrated reference viewer.
204 stars 39 forks source link

Use `python -m pydoc` as default for `g:ref_pydoc_cmd` #49

Closed blueyed closed 10 years ago

blueyed commented 10 years ago

pydoc is not being installed into a virtualenv (see https://github.com/pypa/virtualenv/issues/149), but python -m pydoc can work around this.

thinca commented 10 years ago

Thanks. I merge this. I think we should check executable('python') and update document. I will work.

blueyed commented 10 years ago

Thanks!