say i have the following code myfunctionfile.c void myfunction1(void) {printf("function192;n")}; mymain.c int main(void) { myfunction(); return 0; } is there a...
i tried to find this functionality but wasn't able to. maybe i missed it. the idea is to be able to display tags not on a per file basis but all of the them...
Hi, Im new to taglist. I could get the F8 key binding to TlistToggle command successfully. But it doesnt work when Im in a screen session. F8 is captured by...
Hi, I've had problems with the window focus -- if have both taglist.vim and (for example) minibufexpl open, closing taglist.vim often returns my cursor focus...
PayPal Service - Veuillez Valide Votre Information Personnelle Bonjour Dans le cadre de nos mesures de securite, Nous verifions regulierement l'activite de...
Verified By Visa : Information concernant Votre Carte Bancaire Bonjour! Dans le cadre de nos mesures de securite, nous controlons regulierement les activites...
I've noticed that in PHP files, the taglist windows displays in the following order: 1)class 2)constants 3)variables 4)functions This is not productive for me....
Hi all, Recently, I'm considering: why not give taglist a feature that it will auto-focus on the file you're editing, but not the taglist window itself, at ...
Free Adsl, On regarde toujours en avant pour la haute sécurité de nos clients Cher membre Free Adsl, , Attention ! Le departement technique de Freebox...
Hi, First of all, I apologize if the question is repeated. I've searched in the mailing list and haven't found any post relating to this issue. I can't...
 PayPal Service - Veuillez Valide Votre Information Personnelle Bonjour Dans le cadre de nos mesures de securite, Nous verifions regulierement l'activite de...
This is first item on the TODO list, and I agree it's very important, cause in files that define multiple classes Taglist seem to be quite unusable. Functions...
Hi, When I close the taglist it doesn't shrink the window back down to its original width. Or rather, it doesn't if the window was originally 78 characters or...
Hi, Taglist is an excellent enhancement to VIM, and there's one part of it that I can't yet seem to get working -- the Tags menu. Per the user documentation, I...
Hello, I have some issues. The first one is that taglist doesn't list functions declarations. For instance this declaration won't be listed: void foo(); ...
Dear all, I looked for a solution to this problem in the groups archives, but couldn't find an answer. Within my code, all the tag goodies work (:tj, :ta,...
Hi list, I noticed the following problem with the script and a GUI in my case macvim. Doing if g:Tlist_Show_Menu && has('gui_running39;) call s:Tlist_Menu_Init()...
Hi all, When using TagList with latex-files, section headings have a tendency to show up two times in TagList (this does not seem to happen with subheadings...
Hi, if I run gvim "+TlistAddFilesRecursive . [^_]*py\|*html\|*css", then TlistOpen shows my files' content on the other hand if I simply launch vim, then...
How can I modify where the plugin looks for Exuberant Ctags? I'm trying to make this configuration of Vim portable, and need to keep Ctags in Vim's Program...
Hi All, I am finding right now that if I open multiple files either on the command line: vim build_jsk.xml build.xml or using :e, :sp, :tabnew The taglist is...
Hi All, I am 95% sure I have ctags configured correctly (Cygwin on Win XP) because I can do this and see all the expected targets and properties: Thu Jul 23 -...
Hi All, I am a bit confused. Using Exuberant Ctags I can generate tags files for Java source, but the paths are generated as Windows paths, which vim on Cygwin...
Hi All- I had problems to make taglist work with matlab (.m) files. I'm running vim under Cygwin, with exuberant ctags version 5.8 compiled. They work...
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 *...
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...
Hi, I've set Tlist_Auto_Open to 1 in my .vimrc file so that when I open a file with gvim, the Tag list panel is automatically opened.This works fine. But when...