=> 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
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
--
[ 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
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.