[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