thanks. I'll look into it.
On Wed, Apr 23, 2014 at 2:49 PM, Yegappan Lakshmanan <[email protected]>wrote: > Hi, > > On Sat, Apr 19, 2014 at 10:20 AM, ping song <[email protected]> > wrote: > > I remember I ever saw the variables in tlist window. > > but currently I only see functions/procedures,nothing else. > > I change the taglist.vim : > > > > let s:tlist_def_tcl_settings = > > 'tcl;c:class;v:variable;f:method;m:method;p:procedure' > > > > but still not working... > > > > research on ctag showing that it might not support this: > > > > ping@ubuntu1404:~/bin$ ctags --list-kinds=all | grep -iA5 tcl > > Tcl > > c classes > > m methods > > p procedures > > Tex > > c chapters > > > > any way to work around? > > > > > > You have to extend exuberant ctags to generate tags for Tcl variables. > You can refer to the following pages for information about extending > exuberant ctags and the taglist plugin: > > http://ctags.sourceforge.net/EXTENDING.html > http://vim-taglist.sourceforge.net/extend.html > > - Yegappan > > -- > -- > 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 > > --- > You received this message because you are subscribed to the Google Groups > "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
