2006/11/29, Yegappan Lakshmanan <[EMAIL PROTECTED]>:
Hi,
On 11/29/06, KLEIN Stéphane <[EMAIL PROTECTED]> wrote:
> Hi,
>
> When I code my php script I use Taglist plugin. Taglist is very useful
> but I want only see the functions. I don't want see the variables.
> Taglist has this feature ? If yes, how can I enable it ?
>
Add the following line to your .vimrc file:
let tlist_php_settings='php;f:function'
Refer to the following page for more information about this:
http://vim-taglist.sourceforge.net/extend.html
Thanks
Stephane