Hi, First, congrats, taglist is quite a plugin. It makes my life a lot more enjoyable. I struggled to get ctags support for autohotkey (see http:// ...
Hi, I have noticed a problem when using taglist and tabs, which I want to report. Try the following 1. Open any file, a.c 2. :TlistToggle 3. :tabnew b.c 4....
I was wondering if there was a way to re-order the left hand window so that the variable list is at the bottom, it is the least useful (to me) portion of the...
Hello! I'm fairly new to vim, just started using it via the MacVim GUI. I'm trying to get the taglist plugin to work with the R language. Hope you can help me...
Ah, I just figured it out. It turns out that vim uses the type of comments to distinguish r from rexx files. Since the sample snippet didn't have any comments,...
hello I installed taglist on windows VIM everything seems fine, I can see the tag window with variables/function nice... except that Ctrl-] doesn't work also,...
Hello, I just started using taglist 4.5 with MacVim while working in PHP, and it is working great. One strange issue is that it doesn't seem to be skipping...
Hello, ... Which version of exuberant ctags are you using? The taglist plugin relies on exuberant ctags to correctly parse the file and generate the list of ...
Hi, I am using exuberant Ctags 5.7, which looks like the newest version. I'll see what they have to say on the ctags list... Thanks, Jason ... relies ... ...
we have a mixed group of developers. some use windows and some use linux. i am a linux user. i downloaded latest vim and the taglist code today. i have...
i have found that if i execute the commands, which are located at line 3270+ of the taglist.vim file, silent call search(a:tagpat, 'w'), this is the original...
Hi, I would like to know if there is a possibility to jump to the definition of a variable when I am in a java function ? For example I'm here: msg = "do it"; ...
I use the Tlist_Exit_OnlyWindow option to exit Vim when the taglist is the only open window. I use my own autocmd to call TListOpen whenever certain filetypes...
On line 329, there is the following code: if !exists('s:tlist_sid') " Two or more versions of taglist plugin are installed. Don't " load this version of the...
Hi All, I am using Cygwin on Win XP, trying to use TagList with VIM. Taglist isn't working for me in vim - when I issue :TlistToggle, all I see in the new...
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...
... I believe this only happen if: - g:Tlist_Show_One_File is set - switching from a buffer with more tags (more lines in the taglist window) than the new...
I have set this to a low value (lower than the default 20) and it seems to make no difference. I am expecting to see the sublist of variables, for example, to...
Hello, ... Which version of the taglist plugin are you using? I am not able to reproduce this problem with the latest taglist plugin. The taglist plugin menu...
Hello All, I'm looking for a way to install TagList for all the users on a Linux server. The install guide that comes with TagList only has instructions on...
Hello, ... You can install the taglist plugin in the "plugin" directory under one of the directories listed in the 'runtimepath' option. For example, you can...
Thanks for your reply. ... Which version of the taglist plugin are you using? I am not able ... I have * version 4.5 of taglist * Exuberant Ctags 5.7,...