Hey all, Forgive me if this has been covered, I searched the archives but nothing came up. I am using taglist, and I absolutely love it. It's fabulous! I only ...
Hi all, I found a problem that taglist does not work when starting gvim from mingw shell, but it works great with cygwin and cmd shell. The debug output is as...
Hello, ... Are you referring to bash compiled with mingw? Where did you get this shell? Are you using the Win32 version of GUI Vim? ... Can you get the output...
Hello, ... The taglist plugin currently doesn't support this functionality. ... A tag may be defined multiple times in a single file or defined in multiple...
Hi all, I have solved this problem by adding the following several lines to the .vimrc file. " force using cmd.exe on windows. if has("windows") set...
Is it possible to differentiate between the different tag types (ie. function, variable, struct, macro, etc) in the taglist.vim script? Basically, I've changed...
First of all, Taglist is great, I love it! I have a minor suggestion. In the current state Taglist does not work together with line-number based tags, only...
I followed the instructions for installing the plugin, and the only command I can get to work is :Tlist - everything else gives me an E492. I'm sure I'm making...
Hello, I have the following problem with TagList and vim 7: Jumping to a tag from the Taglist doesn't work. I was not yet able to exactly reproduce the...
Hello, ... Many of the functionality in Vim is changed in Vim7. In some cases, the undocumented behavior of a function might be changed. I have already made...
Hello, Does anybody uses the Rails Tag List patch for Vim's taglist plugin, from logilogi.org?.. I've got some problems with installing-configuring it.. please...
I've saved the debug file but I don't see anything strange. I haven't figered it out when it heppens. But it seems it happens only if the Show Only One File...
Hello, ... I am able to reproduce this problem. I will look into it. - Yegappan ... __________________________________________________ Do You Yahoo!? Tired of...
Hello, ... I have fixed this problem in the latest beta version (4.0b4) of the taglist plugin. Now with the 'Tlist_Show_One_File' option set, after editing...
Hello, ... It looks like you are trying to apply the patch for an earlier version of the taglist plugin to a later version of the taglist plugin. Note that you...
Hello, ... The reason the line number is not used to locate a tag is that if the contents of a file are changed, then the line number will not be valid. OTOH,...
Hello, ... Yes. The taglist plugin internally groups all the tags by their types. ... This might be preferable to some users and not to others. Also, the...
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
I see there is a post about this that went unanswered, http://groups.yahoo.com/group/taglist/message/75 Any chance we can get the project script working with...
I read about the project plugin.. It seems to me a complex plugin to adopt.. Yet I don't manage my projects in a certain way.. I just started working with the...
It is indeed a great tool... but with those tags we can browse a single file only. we can do that using search tool of vim. It would be really great, if it...
Hello, ... The taglist plugin will display the tags defined in all the opened files and buffers in the taglist window. You can jump to a tag in any one of the...
I actually just started using the project plugin, and think both taglist and the project plugin would work nicely together. The reason i find it more useful is...
... I suggest someone makes the project plugin suitable for the use with the winmanager plugin. Or you can ask the mainteiner of that plugin if he can do it. ...