pydoc.vim icon indicating copy to clipboard operation
pydoc.vim copied to clipboard

pydoc integration for the best text editor on earth

Results 6 pydoc.vim issues
Sort by recently updated
recently updated
newest added

When modules are imported as `from foo import bar` the plugin fails to find the documentation of `bar`. For instance, `pw` on `bar` in the following code will result in...

this change allows the doc buffer to be easily closed with pressing or

does it show help in scratch buffer instead of split ?

It gets set using `setlocal`, but is a global setting. https://github.com/fs111/pydoc.vim/blob/master/ftplugin/python_pydoc.vim#L120

It would be nice if the mappings were done through `` mappings (see `:h using-`). This way you could create your own maps more easily. Maybe also / instead the...

I'd suggest adding info to the header documentation in the ftplugin, about the position-dependent behavior of K. Specifically, that it doesn't cross '.' boundaries to the right, only to the...