Search the web
Sign In
New User? Sign Up
taglist · Vim taglist (source browser) plugin
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 303 - 338 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
303
When I updated from 4.0 to 4.2, I get the following error when I try to do :Tlist Unknown function <SNR>24_Tlist_Window_Toggle Any ideas?...
uwtng
Offline Send Email
Jan 31, 2007
3:42 am
304
Hello, ... It looks like you have multiple versions of the taglist plugin installed in your system. What is the output of the following command? ... If the...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jan 31, 2007
4:29 pm
305
Hmm, I do only have that one version. I verified that "24" is the "index" of the taglist plugin. When i go back to version 4, it works; version 4.1 doesn't...
Timothy Ng
uwtng
Offline Send Email
Feb 1, 2007
2:00 am
306
Hi, ... What is the output of the following Vim command? ... Which version of Vim are you using and on which system? - Yegappan ... ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 1, 2007
6:01 am
307
Here's what my list is. TagList.vim is #24 on the list. I'm using Vim 7.0 (May 7, 2006 build). 1: r:\programs\vim\_vimrc 2: r:\programs\vim\tim.vim 3:...
Timothy Ng
uwtng
Offline Send Email
Feb 1, 2007
6:48 am
308
Hi, ... The taglist plugin uses delay loading of the script to reduce the amount of time spent on loading the taglist plugin on Vim startup. Something is going...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 1, 2007
7:29 am
309
it must be something with the vim config or something; i have the same configuration (ie, I have shared drive with vim) on 4 separate Windows XP machines (and...
Timothy Ng
uwtng
Offline Send Email
Feb 1, 2007
7:32 am
310
Hi, ... Do you have autocmds disabled? What is the output of the following command? ... Do you have exuberant ctags installed on this system? Is the location ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 1, 2007
7:48 am
311
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...
Timothy Ng
uwtng
Offline Send Email
Feb 1, 2007
8:32 am
312
Hi, ... One possible explanation for this problem is that some plugin is accidentally removing all the autocmds defined so far using the "autocmd!" command....
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 1, 2007
8:22 pm
313
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 ... ...
Timothy Ng
uwtng
Offline Send Email
Feb 2, 2007
12:26 am
314
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@...
Send Email
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 15, 2007
11:42 pm
316
Hi all, A new version (4.3) of the taglist plugin is available now. You can download this version from: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 25, 2007
9:10 pm
317
... Really? Unfortunately, it doesn't work here. Bernhard -- Nichts im Leben ist umsonst, nicht einmal der Tod - denn der kostet das Leben -- (unbekannt)...
Bernhard Walle
bernhard_walle
Offline Send Email
Feb 25, 2007
10:01 pm
318
... Really? Unfortunately, it doesn't work here. Bernhard -- Nichts im Leben ist umsonst, nicht einmal der Tod - denn der kostet das Leben -- (unbekannt)...
Bernhard Walle
bernhard_walle
Offline Send Email
Feb 25, 2007
10:40 pm
319
Hello, ... Can you try the attached patch for taglist 4.3 to see whether this problem is fixed? - Yegappan ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 27, 2007
9:08 pm
320
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. ...
jowen1965
Offline Send Email
Mar 6, 2007
4:46 pm
321
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Mar 6, 2007
8:55 pm
324
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,...
darkwalk1980
Offline Send Email
Apr 10, 2007
2:52 pm
325
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 13, 2007
2:41 am
327
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...
feline_dracoform
feline_draco...
Offline Send Email
Apr 28, 2007
7:55 pm
328
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 29, 2007
12:11 am
329
... *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...
feline_dracoform
feline_draco...
Offline Send Email
Apr 30, 2007
6:06 pm
332
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...
t_feiler
Offline Send Email
May 11, 2007
12:23 am
333
Hello, ... Try using the following lines in the .ctags file: --langdef=actionscript --langmap=actionscript:.as --regex-actionscript=/^[ \t]*[(private|...
Yegappan Lakshmanan
yegappan
Offline Send Email
May 17, 2007
3:44 am
334
Hi all, A new version (4.4) of the taglist plugin is available now. You can download this version from: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
May 27, 2007
6:49 pm
335
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...
Tim Johnson
timjohnson12...
Offline Send Email
Jul 4, 2007
6:48 pm
337
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jul 5, 2007
11:42 pm
338
... Hello: The following ex command ... Generates the following error message: E488: Trailing characters Thanks for the reply. I will look at your code and...
Tim Johnson
timjohnson12...
Offline Send Email
Jul 6, 2007
11:15 pm
Messages 303 - 338 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help