The taglist plugin is a source code browser plugin for the Vim editor.
This mailing list is used to discuss the taglist plugin features and to
post questions, bug reports and comments about the plugin.
Hi, I try to have taglist work for a new language. And I use the ctags regex options to extend the support for the language. I have already had tag name
All, I've been using the following pair of autocommands to keep Vim from scrolling the my buffers when I switch them: if v:version >= 700 autocmd BufLeave *
Thanks for the quick reply: ... I did not see an output file produced. After invoking tlisttoggle a couple of times and pressing 'u' in the taglist window, I
Hello, ... The taglist plugin relies on exuberant ctags to parse a file and generate the tags defined in that file. If exuberant ctags supports generating tags
At present taglist will only list javascript functions of the form: function func(){ } -- At least, so far as I can configure It would be great if taglist