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 [ at ] 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 because you are subscribed to the Google Groups "vim_use" group.
For more options, visit https://groups.google.com/d/optout.
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 [ at ] 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 because you are subscribed to the Google Groups "vim_use" group.
For more options, visit https://groups.google.com/d/optout.