I know the 'K' thing. It only works if there is a man page. Also, you
need to go to normal mode from insert mode (C-O will help a little).
More over, I like it show any function declaration from my own header
files. I really want a file type plugin/script that does this.

Thank you for your responses.

Thanks, Malahal.

Yakov Lerner [EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] wrote:
> > > Is there any vim plugin that shows a function declaration if I type the
> > > function name? For example, if I type "memset(" it should show the
> > > memset function declaration (at least its type of arguments).
> 
> I think K command is the closest vim thing to what you ask:
> It opens manpage for memset if your cursor is on 'memset('
> and you press K.
> 
>     :help K
> 
> I know it works in linux/unix/cygwin.l I'm not sure it works in
> Windows, though.
> 
> Yakov

Reply via email to