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....
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...
Hi, ... <snip> ... Thanks for the patch. The user will expect to be able to jump back to the previous cursor locations after selecting a tag from the taglist...
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...
Hello, ... The taglist plugin will work only with the exuberant ctags tool. This error message indicates that you are trying to use either GNU ctags or the...
Hello, I'm new to Taglist, and having some trouble with it. The documentation says: "When the taglist window is opened for the first time, all the files in...
Hello, ... I will fix this in the next version of the taglist plugin. As you have observed, the taglist plugin currently displays tags only for loaded buffers....
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...
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...
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...
Hello, ... When the taglist window is opened, the "No tags defined in xxx" warning message need not be displayed for a file with no tags. I will fix this in...
Hi, I'm experiencing the following problem: When I start the Taglist inside the winmanager Plugin I cannot switch to other windows when I'm in the Taglist...
... Nope, the "No tags defined" is the only warning i currently see. ... Hmmm, hadn't thought about re-arranging of windows... the best way i can think to...
Hello, ... When you use CTRL-W CTRL-W to switch to the next window from the taglist window, what exactly happens? The cursor moves to which window? How many...
Hi, 1. If I have one buffer opened and try to switch to another window nothing happens, the cursor doesn't move. 2. If I have 2 or more buffers CTRL-w w...
What I think will be useful is a variable to disable the folds to reopen when I have closed them, or better to prevent the cursor jumping to the current tag,...
Hello, ... You can disable the automatic highlighting of the current tag in the taglist window by setting the Tlist_Auto_Highlight_Tag variable to 0. let...
Hello, ... To change the order of the files in the taglist window dynamically depending on the Vim window order, you have to rename many Vim curly-brace...
I have installed taglist and ex. ctags. I am running windows XP, and vim 6.3 When I open a verilog file, I get the module and the ports, but nothing else....
Hello, ... Thanks for sending the patch. I will update the taglist plugin to include the support for these two languages. I can do this only after exuberant...
Hello, ... The taglist plugin relies on exuberant ctags to parse a file and retrieve the tags defined in that file. The taglist plugin doesn't know about the...
Hello, ... In the latest version (4.0b3) of the taglist plugin, you can set the Tlist_Highlight_Tag_On_BufEnter variable to zero to stop the taglist plugin...