Hallo! I am not an IT professional but a user interested in having the ability to tag text files with attributes such as keyords from the text content. If this...
Hallo" Having just posted a message 'cry for help' on using VIM for tagging files here is another request for advice. I want to use VIm as an outliner with the...
It is possible to do what you are asking for. Join the vim user mailing list http://www.vim.org/maillist.php#vim and ask both your questions there. --Suresh...
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...