Saturday, April 19, 2014

taglist: how to display tcl variables?

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 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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: