Hello, vimrc has let Tlist_Ctags_Cmd = 'c:\opt\ctags57\ctags.exe' let Tlist_Auto_Update = 0 I issued the following command: TlistAddFilesRecursive <wrong...
365
Yegappan Lakshmanan
yegappan
Oct 13, 2007 2:07 am
Hi, ... The simplest solution is to restart Vim which will clear the taglist. Currently there is no support to clear all the files in the taglist. You can...
366
forkinpm
Dec 21, 2007 4:37 pm
Hallo! I am not an IT professional but a user interested in having the ability to tag text files with attributes such as keyords from the text content. If this...
367
forkinpm
Dec 21, 2007 4:42 pm
Hallo" Having just posted a message 'cry for help' on using VIM for tagging files here is another request for advice. I want to use VIm as an outliner with the...
368
Suresh Govindachar
sgovindachar
Dec 22, 2007 4:48 am
It is possible to do what you are asking for. Join the vim user mailing list http://www.vim.org/maillist.php#vim and ask both your questions there. --Suresh...
369
capoeirajiujitsu
capoeirajiuj...
Jan 3, 2008 1:27 am
Hi, First, congrats, taglist is quite a plugin. It makes my life a lot more enjoyable. I struggled to get ctags support for autohotkey (see http:// ...
370
Yegappan Lakshmanan
yegappan
Jan 3, 2008 3:06 am
Hi, ... You can extend exuberant ctags with regular expressions to generate tags for text files. For more information about this, refer to ...
371
Yegappan Lakshmanan
yegappan
Jan 3, 2008 3:09 am
Hi, ... You can try using the following Vim plugin: http://www.vimoutliner.org/ - Yegappan ...
372
Yegappan Lakshmanan
yegappan
Jan 3, 2008 3:14 am
Hello, ... The taglist plugin doesn't pass the "-R" flag to exuberant ctags. It invokes ctags separately for each file. You can use the...
373
jyx_bech
Jan 11, 2008 10:01 pm
Hi, I have noticed a problem when using taglist and tabs, which I want to report. Try the following 1. Open any file, a.c 2. :TlistToggle 3. :tabnew b.c 4....
374
lorenzo_bolognini
lorenzo_bolo...
Jan 29, 2008 9:34 am
Hi all, can taglist be made to open automatically with some file types? Thanks, Lorenzo...
375
David Lyons
ogpickle
Feb 1, 2008 5:57 pm
I was wondering if there was a way to re-order the left hand window so that the variable list is at the bottom, it is the least useful (to me) portion of the...
376
Yegappan Lakshmanan
yegappan
Feb 1, 2008 7:52 pm
... From: David Lyons <trippyd@...> To: taglist@yahoogroups.com Sent: Friday, February 1, 2008 9:57:28 AM Subject: [taglist] Reorder the window...
377
David Lyons
ogpickle
Feb 1, 2008 10:18 pm
Perfect, that was exactly what I was looking for, actually, you can use this to reorder as well as delete: let tlist_php_settings =...
378
Enrico Rossi
escargot.oink
Feb 2, 2008 3:41 am
Hello! I'm fairly new to vim, just started using it via the MacVim GUI. I'm trying to get the taglist plugin to work with the R language. Hope you can help me...
379
Enrico Rossi
escargot.oink
Feb 2, 2008 4:52 am
Ah, I just figured it out. It turns out that vim uses the type of comments to distinguish r from rexx files. Since the sample snippet didn't have any comments,...
380
tdthp@...
kavelot
Feb 3, 2008 6:15 am
hello I installed taglist on windows VIM everything seems fine, I can see the tag window with variables/function nice... except that Ctrl-] doesn't work also,...
381
cazzerson
Feb 14, 2008 2:38 pm
Hello, I just started using taglist 4.5 with MacVim while working in PHP, and it is working great. One strange issue is that it doesn't seem to be skipping...
382
Yegappan Lakshmanan
yegappan
Feb 14, 2008 6:33 pm
Hello, ... Which version of exuberant ctags are you using? The taglist plugin relies on exuberant ctags to correctly parse the file and generate the list of ...
383
cazzerson
Feb 14, 2008 7:21 pm
Hi, I am using exuberant Ctags 5.7, which looks like the newest version. I'll see what they have to say on the ctags list... Thanks, Jason ... relies ... ...
384
nevikintx
Mar 10, 2008 10:08 pm
we have a mixed group of developers. some use windows and some use linux. i am a linux user. i downloaded latest vim and the taglist code today. i have...
385
Kevin T
nevikintx
Mar 11, 2008 5:55 pm
i have found that if i execute the commands, which are located at line 3270+ of the taglist.vim file, silent call search(a:tagpat, 'w'), this is the original...
386
didier_bretin
Mar 23, 2008 5:13 pm
Hi, I would like to know if there is a possibility to jump to the definition of a variable when I am in a java function ? For example I'm here: msg = "do it"; ...
387
benztirf
Apr 14, 2008 5:50 pm
I use the Tlist_Exit_OnlyWindow option to exit Vim when the taglist is the only open window. I use my own autocmd to call TListOpen whenever certain filetypes...
388
benztirf
May 9, 2008 3:42 pm
On line 329, there is the following code: if !exists('s:tlist_sid39;) " Two or more versions of taglist plugin are installed. Don't " load this version of the...
389
Yegappan Lakshmanan
yegappan
May 9, 2008 10:44 pm
Hi, ... Thanks for reporting this problem and the patch. I will make this change in the next version of the taglist plugin. - Yegappan ...
390
rrrith
Jul 5, 2008 6:34 pm
is there anyway I can turn off the 2 vertical highlighted column on the right side of the taglist window?...
391
Robert Mark Bram
robertmarkbram
Aug 10, 2008 6:20 am
Hi All, I am using Cygwin on Win XP, trying to use TagList with VIM. Taglist isn't working for me in vim - when I issue :TlistToggle, all I see in the new...
392
trindade.joao
Aug 15, 2008 11:01 pm
Hi, First of all, I apologize if the question is repeated. I've searched in the mailing list and haven't found any post relating to this issue. I can't...
393
Benoit PIERRE
benoit_pierr...
Aug 27, 2008 7:55 pm
... I believe this only happen if: - g:Tlist_Show_One_File is set - switching from a buffer with more tags (more lines in the taglist window) than the new...