Re: [SOLVED] python module's function pydoc

2012-05-21 Thread stardiviner
=> On [2012-05-21 06:54:39 +0200]: Christian Brabandt Said: I use viewdoc.vim, the maintainer solved that. > And how did you solve it? > regards, > Christian > -- > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to

Re: [SOLVED] python module's function pydoc

2012-05-20 Thread Christian Brabandt
And how did you solve it? regards, Christian -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

[SOLVED] Re: python module's function pydoc

2012-05-20 Thread stardiviner
-- [ stardiviner ] ^^&^^ {I hate all of you ! Leave me alone} IRC(freeenode): stardiviner \\ Twitter: @numbchild \\ GnuPG Key fingerprint >>> 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 signature.asc Description: Digital signature

python module's function pydoc

2012-05-20 Thread stardiviner
How to let vim be smart to judge what topic current is for help document. for example: import random y = random.ran|dint(1, 6) My cursor is at "|". When I press "K", it should open help for randint in module random. But I do not know how to let a function know I'm is this module's function.