Hi, how to see tags with in a C structure or C functions.For example struct no1 { int a; int b; } then only struct no1 is visible in tag window.how to see...
Hello, ... You can add the following line to your .vimrc file to display structure/union members and functon local variables in the taglist window. let...
Hi Lakshmanan, That's great.Thanks man.As you said the varibles of different functions are overlapping.can something be done to handle for that to maintain...
I've searched thru the mail list and found others who had this problem, but everything suggested did not fix the issue for me. I'm thinking its an issue with...
Hi, ... Where did you install exuberant ctags? Is the ctags directory included in the PATH environment variable? Did you set the Tlist_Ctags_Cmd variable in...
I've tried both the lastest beta and stable versions with both producing this error. I took a screenshot and it has the error and the code of the php file, ...
Hi, ... The debug messsages for generating the tags for a file is missing in this output. Can you restart Vim and execute the following commands? c:> vim...
Here is the contents of the tlistdebug file, 15:13:16: Tlist_Window_Toggle() 15:13:16: Tlist_Window_Open() 15:13:16: Tlist_Window_Create() 15:13:16:...
I discovered your plug-in about a year ago. The last 5 months I used it a lot for php. Since I had a simple big file with many classes and inheritence, I ...
Hello, ... Can you try removing the mini buffer explorer plugin and see whether that helps? Can you execute the following commands? The first command should be...
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...