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 275 - 306 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
275
Hi taglist group, I've got some problems when using taglist together with the standard explorer plugin: /usr/share/vim/vim63/plugin/explorer.vim Sample output...
Frank Sonnenburg
frank.sonnen...
Offline Send Email
Nov 2, 2006
2:06 pm
277
Hi, I just recently moved to a mac as a long time linux and taglist user. I got everything working just fine, but for some reason Vim7 (from www.macvim.org) +...
yi.qiang
Offline Send Email
Nov 9, 2006
3:33 am
278
... typing ":cn" ... Is there a vim plugin for GNU Global or an integration guide?...
endo4977
Offline Send Email
Nov 10, 2006
6:43 pm
279
Hello, ... Can you use the following sequence of commands and get the debug message output from the taglist plugin? ... You can use the timestamp in the...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 10, 2006
6:45 pm
280
Hello, ... I can reproduce the problem. The Explorer plugin is using the following sequence of commands: wincmd p " Perform some operation in the file window ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 10, 2006
6:54 pm
281
... Interesting, here is the output from TlistMessages: 11:06:48: Removing the tags menu for a file 11:06:54: Adding the base menu 11:06:54: Tlist_Refresh...
Yi Qiang
yi.qiang
Offline Send Email
Nov 10, 2006
7:35 pm
282
Yikes, what a way to spend a Friday morning. I tracked the bug down to this option: let Tlist_Show_Menu = 1 Everything works wonderful until I set that...
Yi Qiang
yi.qiang
Offline Send Email
Nov 10, 2006
9:15 pm
283
Hello, ... The above variable controls whether the tags in a file are listed in the Tags menu or not. By default, this variable is set to zero and the Tags ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 10, 2006
10:17 pm
284
Hello, ... You can use the gtags.vim plugin installed with GNU global. You can also get the latest version of gtags.vim from the GNU global CVS: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 10, 2006
10:44 pm
285
... Thanks for the info. I actually found the plugin after i submitted the message. However, I had a few issues. Can you help me with this? I have installed...
Neil Gabriel
endo4977
Offline Send Email
Nov 10, 2006
11:10 pm
286
Hi all, The taglist plugin is a sourceforge hosted project now. The taglist home page is moved to the following location: http://vim-taglist.sourceforge.net ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 12, 2006
4:23 pm
287
... Thank you very much!! Indeed, this is exactly the spot: I changed line 420 in /usr/share/vim/vim63/plugin/explorer.vim: - wincmd p + exe n ....
frank.sonnenburg
frank.sonnen...
Offline Send Email
Nov 15, 2006
8:03 am
288
Hi, ... You can define the following highlight groups in your .vimrc or .gvimrc file to change the colors used in the taglist window: MyTagListTagName - Used...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 15, 2006
6:06 pm
289
Hi all, I have uploaded a new version (4.2) of the taglist plugin to the Vim online website. You can download this version from: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 16, 2006
1:01 am
290
Hi, I'm a new one of Taglist. It's a really wonderful plugin! Here I have a question. I like to split Vim to 2 or 3 windows plus a Taglist window. But when I...
w2w2k2k2
Offline Send Email
Nov 18, 2006
11:45 am
291
hi: If Taglist 4.2 deal with files which path contain Chinese character then the following code in Taglist.vim can't run correctly: 2263 " Run ctags and get...
tnsdcs
Offline Send Email
Nov 22, 2006
6:42 am
292
Hello, in order to get support of ActionScript (1,2) in TagList a config file for ctags ctags.cnf (.ctags on Linux) have to be created (of modified if it...
jakub.kahovec
Offline Send Email
Nov 22, 2006
12:11 pm
293
Hello, ... I will include this on the taglist web page. I need to create a new "Extending" section and lists these extensions. - Yegappan ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 28, 2006
6:14 am
294
Hello, ... I don't know how to escape the chinese characters in a filename. Do you have any other Vim plugin that passes these filenames to the system()...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 28, 2006
6:17 am
295
Hello, ... No. It is not possible to use the previous window to open a selected file from the taglist window. Because the previous window might be changed by...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 28, 2006
6:29 am
296
Hello, I use Windows XP. I unzipped the plugin in C:/Vim/vimfiles and run ':helptags .' in the doc directory. ctags is in C:/cygwin/bin/ctags.exe My TEMP and...
sylvainjaume
Offline Send Email
Nov 28, 2006
8:17 pm
297
Hi list, I'm using taglist with vim 7.0 for editing php 5 code. I have Tlist_File_Fold_Auto_Close set so that only fold is open at a time. It works great...
Yahya Mohammad
mfyahya@...
Send Email
Dec 12, 2006
12:31 pm
298
Hello, ... Which version of the taglist plugin are you using? Can you try using the latest version (4.2) of the taglist plugin? - Yegappan ... ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Dec 12, 2006
6:18 pm
299
... Sorry I didn't check the latest version :) It works perfectly. Thanks!...
Yahya Mohammad
mfyahya@...
Send Email
Dec 13, 2006
8:02 am
300
When I open a .cpp file, an error occure, the error message is: ctags: unrecognized option `--format=2'^@^ITry `ctags --help' for a complete list of options.^@...
wwangzhihang
Offline Send Email
Dec 24, 2006
2:05 pm
301
Hello, ... As described in the taglist plugin user manual, you need to use exuberant ctags. You cannot use GNU ctags with the taglist plugin. ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Dec 24, 2006
6:31 pm
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
Messages 275 - 306 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