Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

taglist · Vim taglist (source browser) plugin

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 458 - 487 of 487   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
458 Service VerifiedByVisa
service@... Send Email
Sep 10, 2010
3:01 pm
Verified By Visa : Information concernant Votre Carte Bancaire Bonjour! Dans le cadre de nos mesures de securite, nous controlons regulierement les activites...
459 Service De PayPal
service@... Send Email
Sep 28, 2010
10:34 am
PayPal Service - Veuillez Valide Votre Information Personnelle Bonjour Dans le cadre de nos mesures de securite, Nous verifions regulierement l'activite de...
460 land
fanglinux@... Send Email
Jan 26, 2011
9:14 am
461 jez_hex Send Email Feb 13, 2011
2:56 am
Hi, I've had problems with the window focus -- if have both taglist.vim and (for example) minibufexpl open, closing taglist.vim often returns my cursor focus...
462 Nikhil
ni.joshi Send Email
Mar 9, 2011
7:54 pm
Hi, Im new to taglist. I could get the F8 key binding to TlistToggle command successfully. But it doesnt work when Im in a screen session. F8 is captured by...
463 Yegappan Lakshmanan
yegappan Send Email
Mar 10, 2011
1:02 am
Hi, ... You can bind some other key to invoke this command. For example, to use ",t" to open the taglist window you can use the following: nnoremap <silent> ,t...
464 cybozoro Send Email Mar 11, 2011
3:54 pm
i tried to find this functionality but wasn't able to. maybe i missed it. the idea is to be able to display tags not on a per file basis but all of the them...
465 cybozoro Send Email Mar 11, 2011
4:03 pm
say i have the following code myfunctionfile.c void myfunction1(void) {printf("function1&#92;n")}; mymain.c int main(void) { myfunction(); return 0; } is there a...
466 Service CLients
SERVICE-CLIENTS@... Send Email
Aug 12, 2011
6:08 am
NeuF (SFR) Service - Veuillez Valider Votre Information Personnelle Bonjour , Dans le cadre de nos mesures de sécurité, nous contrôlons régulièrement les...
467 Andrew
delvarworld Send Email
Aug 25, 2011
6:28 pm
" If the 'number&#39; option is set in the source window, it will affect the " taglist window. So forcefully disable 'number&#39; option for the taglist " window ...
468 parivesh
parivesh83 Send Email
Oct 17, 2011
4:18 pm
Hi, I wanted to use taglist plugin but facing following error. I downloaded latest plugin taglist_45.zip I checked my settings and tools with FAQ entry 1 at...
469 parivesh
parivesh83 Send Email
Oct 19, 2011
6:34 am
Can someone help?...
470 Yegappan Lakshmanan
yegappan Send Email
Oct 19, 2011
7:16 pm
Hi, Based on the error message below, it looks like you are not using exuberant ctags. Instead you are using the GNU ctags. Try setting the Tlist_Ctags_Cmd...
471 neilc5 Send Email Jan 28, 2012
2:27 am
I originally asked about this on Stack Overflow[1], but I am now thinking it is a bug. I have tried to get Taglist to work with racket, but adding the...
472 
xh.dreamlover Send Email
May 20, 2012
1:27 am
Hey Guys, I'm using Taglist 4.5 and encountered a problem which cost me a whole day to find it. When processing a file, a "0xA" byte will be put in the front...
473 Promo
promo.active Send Email
May 20, 2012
12:32 pm
Dear Sir - Mme, Great day 2 u, We have the pleasure 2 introduce our company 2 u, We r PROMO ACTIVE 2 sister companies from EGYPT, 1- Distributor and sole agent...
474 Ovidiu Visan
ovidiuvisan Send Email
Oct 6, 2012
8:21 pm
" go language let s:tlist_def_go_settings = 'go;s:struct;f:func;v:var;t:type&#39; Best Regards, Ovidiu Visan...
475 hackrole Send Email Oct 31, 2012
10:21 am
the problem is that whenever I call the command :taglistToggle , it start a window full of something about tags , which order by class, variable, function. But...
476 abi_asg_kl_99 Send Email Nov 5, 2012
10:47 am
Hi! I've been using your taglist plugin for several years on Linux. Now, I'm trying to use it under Windows, as well. However, I ran into trouble. ctags is...
477 daipeng
hackrole Send Email
Nov 5, 2012
11:13 am
... Hi! I once expericed this error. Maybe we don't have the same error. But you can try as this. 1?first start the vim , then check out :echo...
478 Yegappan Lakshmanan
yegappan Send Email
Nov 6, 2012
1:22 am
Hi, ... You can control the type of tags displayed in the taglist window by setting a Vim variable in your .vimrc file. The name of the variable differs...
479 Christian Brehm
abi_asg_kl_99 Send Email
Nov 6, 2012
10:07 am
Hi, thanks for your hints. I solved the problem by just downloading the plugin again. Probably there was some inconsistency with the linux/windows file format...
480 shanepanter Send Email Nov 11, 2012
4:38 am
Hi, I added support to taglist.vim to support the go programming language. I am not sure how you would like the info so included the path in this message. Let...
481 Yegappan Lakshmanan
yegappan Send Email
Feb 27, 2013
6:54 am
Hi all, A new version (4.6) of the taglist plugin is available now (after a gap of 5 years). You can download this version from: ...
482 rail shafigulin
cybozoro Send Email
Mar 5, 2013
1:26 pm
I can't figure out where does TagList store it's tag file. Can someone point me in the right direction?...
483 Yegappan Lakshmanan
yegappan Send Email
Mar 5, 2013
5:08 pm
Hi, ... The taglist plugin doesn't use a tags file. It invokes ctags to generate the tags information for a file and stores the output in a Vim variable. After...
484 cybozoro Send Email Mar 8, 2013
8:50 pm
I was looking through the options for the taglist but was not able to find the one that would autosize the taglist window. The option I'm talking about is to...
485 Yegappan Lakshmanan
yegappan Send Email
Mar 9, 2013
1:59 am
Hi, ... No. The Tlist_WinWidth variable sets the width of the taglist window. But the width will not automatically change depending on the length of the tag...
486 cybozoro Send Email Apr 3, 2013
3:44 pm
I have written a new macro in one of my files and the opened the window with the tags, but the macro was not in the list. Does anybody know what is the issue?...
487 matt.forumuser Send Email Apr 24, 2013
9:21 pm
Hi, I have installed the taglist plugin on my Win7 machine today and it seems to be working. I am observing the following issue: I like to tile the gvim window...
Messages 458 - 487 of 487   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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