You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For whatever reason, the pydoc -k . command hangs on my system [1].
The vimproc process should have a timeout like 30-60 seconds therefore, via vimproc#system().
If possible, the timeout should only begin, if there is no more output from pydoc, and could be shorter then.
It also happens without using vimproc. In this case nothing could be done probably (there is no timeout feature available then, is it?)
For whatever reason, the
pydoc -k .
command hangs on my system [1].The vimproc process should have a timeout like 30-60 seconds therefore, via
vimproc#system()
.If possible, the timeout should only begin, if there is no more output from pydoc, and could be shorter then.
It also happens without using vimproc. In this case nothing could be done probably (there is no timeout feature available then, is it?)
1: https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1280114
The text was updated successfully, but these errors were encountered: