I have a couple enhancement requests... 1) Can you add a variable to suppress the "No tags defined in X" warning? Or maybe a variable to suppress all...
Looks like verilog 2001 support still needs to be put in the taglist.vim. I have all my port definitions like input, output within the module declaration and...
Hi, In emacs there is a tag-search command. Using this we can search across our project for a reference to a variable and replace it seamlessly. We need not...
I just compiled vim from source, and have installed taglist.vim, but I get the followint error when I call :Tlist on a python file: Taglist: Failed to generate...
One thing that i find annoying about taglist is that when seleting a tag in the taglist window you jump to that tag, but using '' or `` you don't necessarily...
I propose the following small feature for taglist: Display the buffer number in front of the file name in the taglist window, by e.g. using bufnum(). E.g....
Hi, Thanks for the response. I went through the help pages. I am not able to find out the option to display the context info in status line (NOT IN seperate...
Im using taglist plugin using in gvim for windows. i have set the environment variable to point do the executable of ctags but i get the message when i try do...
Hi, I've recently downloaded the taglist.m script. However, to my dismay, this does not generate tags for Matlab (which I use for most of my programming) Is...
Folks, I'm trying to configure taglist on my office PC, but am facing some problems. The taglist does not show any tags of the current file My PC configuration...
Hi, I just discovered the taglist plugin, and it's great! I found a few problems though, and even made a patch (see below). I use the 'mousefocus39; option,...
windows xp, vim 6.3. I've put ec/ctags554 into the vim directory and added c:\program files\vim92;ec\ctags554 to my %PATH%. Here's the modifications I've made to...
When i try to run the latest taglist against vim 6.3 and ctags 5.4, I cannot get any tags to be parsed by taglist.vim. If i manually run the ctags command...
hello I run the taglist on tcl file with itcl object. the only tag that is recognized is class. my ctags support itcl private/pulic/protected method...
Hello, When using taglist and do a manual vertical split (ctrl-w v) it causes all three windows to resize to the same size. I would expect the proper behavior...
Is there a way to change the order of filenames in the taglist window? I know that I can change the sort order of displayed tags for a given file by using the...
When sorting by name the last tag in the array was never tested in the while loop. So if the cursor was on the source file line for the method (or constant,...
here the files as didiscussed previouly ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca...
Hi all, I have uploaded a new version (3.4) of the taglist (source code browser) plugin to the Vim online website. You can download the plugin from ...
Hello, I've been installed the taglib plugin using VIM 6.3 on Win2K using CTags 5.5.4. I followed the install instructions. When I attempt to use the plugin...
First of all, I'm using: Windows XP Pro, SP1 Exuberant ctags 5.5.4 Vim 6.3.13 ActiveState Perl 5.8.3 taglist 3.3 (2004-06-01) I would love the taglist plugin...
Hello, I'm using Vim 6.3 & taglist 3.3. It seems everything works well *EXCEPT* HTML format. I have tested foo.c, foo.php, foo.js, foo.rb - they all works well...