It seems that , the echofunc try to find the function name with a
specific Regular Express(RE) , with which
can just match the type  , likes   " SomeFunc( "

So , it may be possible for you to modify the RE to match a incomplete
function type , as
 SomeFunc(int a,

However , i think i you may have to modify the code of echofunc.vim


2009/10/8 Nathan Huesken <[email protected]>:
>
> Hi,
>
> I find EchoFunc to be a great tool. It keeps (or at least could keep) me
> from having to look into the documentation to often.
>
> BUT. Normaly the situation is like this.
> I started typing
>
> SomeFunc(int a,
>
> and now I realize, I forget the parameters. So I need to invoke EchoFunc
> (I do not want to invoke it on every (, because I find that annoying).
> So I have to go out of insert, go on the function name, invoke EchoFunc
> and go back to the parameter list to continue typing.
>
> I have the hope, that that can be improved. But I have almost no experience
> with hacking vim ...
>
> Can this be done in a vim function?
>
> Regards,
> Nathan
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to