Ah ha! that's it: if I do ... it all works. So it seems like the plugin is not being loaded? ... My autocmds should be enabled; using the 4.0 taglist works. I...
Hi, ... One possible explanation for this problem is that some plugin is accidentally removing all the autocmds defined so far using the "autocmd!" command....
Sweet! i had an autocmd! at the start of my _vimrc, which was clearing the settings for taglist. thanks so much! i'm so glad it works; taglist rocks! tim ... ...
Hello, I use taglist with following configuration: let Tlist_Use_Right_Window = 1 let g:Tlist_Enable_Fold_Column = 0 let Tlist_Compact_Format = 1 let...
Bernhard Walle
Bernhard.Walle@...
Feb 13, 2007 10:44 pm
315
Hello, ... This looks like a bug in Vim relating to using the expand() function in an BufEnter autocmd with <afile> and the ":p" modifier. I have modified the...
... Really? Unfortunately, it doesn't work here. Bernhard -- Nichts im Leben ist umsonst, nicht einmal der Tod - denn der kostet das Leben -- (unbekannt)...
... Really? Unfortunately, it doesn't work here. Bernhard -- Nichts im Leben ist umsonst, nicht einmal der Tod - denn der kostet das Leben -- (unbekannt)...
I've just installed 4.3 on my XP machine and getting the following error when starting GVim Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. ...
Hello, ... The taglist plugin needs the exuberant ctags tool to parse the files and get the list of tags defined in them. Did you install exuberant ctags in...
I successfully created a tag session and saved it for the whole project. It is 18.1Mb large. So far so good, but whenever I try to open the task list window,...
Hi, ... Are you using Vim6 or Vim7? In Vim7, several changes are made to handle a large number of variables. Are you using a Unix system or a MS-Windows...
I am working with VBScript code (scripts to run a GUI testing program, the program being tested is written in C++, before anyone asks why I am using VB...
Hello, ... You have to set the above variable to: let tlist_vb_settings = 'vb;s:subroutine;f:function;' The above setting will include only subroutine and...
... *ah* that makes sense, it works now. Many thanks *big smile* Now I just have to work out how to make ctag's see the functions inside my class, and the...
Hi all- I'm using: Windows XP taglist 4.3 vim 7.0 exuberant-ctags 5.2.3 with actionscript support compiled in cygwin I'm able to use this setup to generate a...
Hello, ... Try using the following lines in the .ctags file: --langdef=actionscript --langmap=actionscript:.as --regex-actionscript=/^[ \t]*[(private|...
Hello: I'm using the vim-full package (version 7.0) on ubuntu 7.04, 64-bit. I'd like to have tags for the current file in a drop-down menu. According to the...
Hello, ... Can you turn on the logging of Tlist debug messages to a file using the following command? ... <.... load a file ....> Send the contents of the...
... Hello: The following ex command ... Generates the following error message: E488: Trailing characters Thanks for the reply. I will look at your code and...
... Sorry to be so dumb, but I am just not *getting* it. I still get the trailing characters error. If I do ... vim does not complain, but upon loading a file ...
... I now have a solution. Here is what I did: 1)TlistDebug "" without a file 2)Loaded a file 3):TlistMessages which opened a buffer called taglist_debug.txt ...
I just noticed a bug in the session saving code... If you save a session with tags that contain quote characters, loading this session will fail because quotes...
On Wed, 8 Aug 2007 15:29:44 -0700 (PDT) ... I got the issue when I enabled Tlist_Display_Prototype, since it displays the entire declaration line. My issue was...
Hi, ... Thanks for sending the patch. When will a user need to use a double quote (") character or a backslash (\) character in the tag type name? Maybe we...
Hi, ... Setting the 'Tlist_Display_Prototype' variable is the key to reproducing this problem. I will make this change in the next version of the taglist...
Hello, ... I then did :tl<tab>, and saw Tlist TlistSessionLoad TlistShowPrototype TlistUpdate TlistClose TlistSessionSave TlistSync tlast ...
Suresh Govindachar
sgovindachar@...
Aug 12, 2007 2:30 am
346
Hello, Although there are commands TlistLock and TlistUnlock, there isn't any command to query the status; why isn't such a command ("show lock status")...