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,...
I'm trying to set up my .vimrc to automatically load a Taglist session files in my current working directory, but I can only get errors like the plugin isn't...
Hello, I am using taglist and I would like TlistUpdate to be run automatically. I wouldn't want to trigger it myself or having to exit and re-enter the buffer ...
Vincent Arnoux
vincent.arnoux@...
Oct 8, 2008 4:08 pm
401
Hi there, I'm a long time TagList user (circa 2003), and it truly is my desert island vim plugin. Recently, I've come across a problem where I'm in a file with...
Hi, ... I didn't fully understand the question. Do you want to see a single entry in the taglist window for all the variables? Or you don't want to see the...
Hi Yegappan, Thanks for getting back to me J From: Yegappan Lakshmanan [mailto:yegappan@...] I didn't fully understand the question. Do you want to see a...
Hi All, I am using using TagList for ANT build files as per http://vim.wikia.com/wiki/Using_TagList_for_ANT_build_files To pick up targets, I am using: ...
Hello, ... You can try posting your question to the Exuberant ctags user mailing list. https://lists.sourceforge.net/lists/listinfo/ctags-users - Yegappan...
Hi Yegappan, ... Thank you for this - I will keep it in mind. This time around, David Fishburn in the Google newsgroup gave me the answer: === As an...
Hello, I would like to know if it's possible to sort tags listed in the menu. Currently, when I add a file with ":TlistAddFiles *.c", these files don't appaer...
Hi all: I am using the taglist plugin to browse through C++ code. It would be fantastic if I could jump from a class or variable to its definition. One...
Followed the following instructions: Tlist_Show_One_File~ By default, the taglist plugin will display the tags defined in all the loaded buffers in the taglist...
Is it possible to bind taglist to a single window so that it doesn't update when you move to a different window. I have other plugins (Source Explorer) that...
From Vim's help (":he ft"): When a dot appears in the value then this separates two filetype names. Example: /* vim: set filetype=c.doxygen : */ ~ This will...
Hi all, This is my first mail to this group. I got admired of this tool, and found very much useful. I have a question that, 1. Am navigating C source files, ...
Hi, ... No. The taglist plugin doesn't support jumping to a tag from a file using the Vim tag commands. The tag list plugin doesn't store the output from...
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...
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...
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...