Hi, ... Do you have ctags.conf or ctags.cnf or $HOME/.ctags file that defines a custom expression for tex files? As you mentioned below, when you run ctags...
437
danmichaelo
Oct 7, 2009 12:10 pm
Hi all, When using TagList with latex-files, section headings have a tendency to show up two times in TagList (this does not seem to happen with subheadings...
436
Nagy Viktor - Akasha
viktoranagy
Sep 22, 2009 4:27 pm
Hi, if I run gvim "+TlistAddFilesRecursive . [^_]*py\|*html\|*css", then TlistOpen shows my files' content on the other hand if I simply launch vim, then...
435
James A Paget
japaget
Aug 6, 2009 1:15 am
... specify ... the ... geohevy, I have a Windows system as well and here's what it took to get it to work: 1) Move the ctags program to a directory without...
434
Tim Johnson
timjohnson12...
Aug 6, 2009 12:30 am
... Hi geohevy: (note) I use linux, but the example (which I don't use because I use the standard path for ctags) is set Tlist_Ctags_Cmd=/path/to/ctags Your...
433
geohevy
Aug 5, 2009 11:55 pm
... No one has any advice? I just want to know what to set in my vimrc to get it to look for Ctags in vim\ctags58...
432
Robert Mark Bram
robertmarkbram
Aug 4, 2009 4:21 am
OK, the problem is not quite what I thought it was. ... The issue is that I have some filetype:ANT files that are not named as "build.xml", and tags are not...
431
Robert Mark Bram
robertmarkbram
Aug 4, 2009 3:53 am
Hi All, I am finding right now that if I open multiple files either on the command line: vim build_jsk.xml build.xml or using :e, :sp, :tabnew The taglist is...
430
geohevy
Aug 3, 2009 9:35 pm
... I read that, but I'm not sure about setting syntax. Do I just use set Tlist_Ctags_Cmd=C:\Program Files\Vim92;ctags5892;ctags...
429
Yegappan Lakshmanan
yegappan
Aug 3, 2009 3:35 pm
Hi, ... You can set the Tlist_Ctags_Cmd variable in your .vimrc file to specify the location of the exuberant ctags executable. This is explained in the ...
428
geohevy
Aug 3, 2009 7:03 am
How can I modify where the plugin looks for Exuberant Ctags? I'm trying to make this configuration of Vim portable, and need to keep Ctags in Vim's Program...
427
Robert Mark Bram
robertmarkbram
Jul 28, 2009 4:04 am
Bugger, had to compile my own Exuberant Tags to make it work in command line vim. mkdir /apps/ctags58_fromCygwinCompiledSource tar -xzf...
426
Xiong, Hui
stcalamitas
Jul 27, 2009 3:02 pm
How did you get your Exuberant Ctags installed? I once came across the same problem (only file names, no tags shown in taglist sidebar), when I downloaded...
425
Robert Mark Bram
robertmarkbram
Jul 27, 2009 1:21 pm
*bump* to see if anyone might be able to help - it's driving me crazy; I have tried on my work and home machines, downgraded to Exuberant Ctags 5.7.. nothing...
424
Robert Mark Bram
robertmarkbram
Jul 27, 2009 1:25 am
Got answer from vim_use Google Group: http://groups.google.com/group/vim_use/browse_thread/thread/eb9892ad08345489 ... With this in mind, I re-ran my tags...
423
stcalamitas
Jul 26, 2009 11:53 pm
Hi All- I had problems to make taglist work with matlab (.m) files. I'm running vim under Cygwin, with exuberant ctags version 5.8 compiled. They work...
422
Robert Mark Bram
robertmarkbram
Jul 24, 2009 2:44 am
Hi All, I am a bit confused. Using Exuberant Ctags I can generate tags files for Java source, but the paths are generated as Windows paths, which vim on Cygwin...
421
Robert Mark Bram
robertmarkbram
Jul 24, 2009 12:58 am
Hi All, I am 95% sure I have ctags configured correctly (Cygwin on Win XP) because I can do this and see all the expected targets and properties: Thu Jul 23 -...
420
felix hoo
felixhoo@...
Jun 10, 2009 5:34 am
Hi, I try to have taglist work for a new language. And I use the ctags regex options to extend the support for the language. I have already had tag name...
419
Michael Henry
vim@...
May 30, 2009 9:06 pm
All, I've been using the following pair of autocommands to keep Vim from scrolling the my buffers when I switch them: if v:version >= 700 autocmd BufLeave *...
418
Tim Johnson
timjohnson12...
May 23, 2009 3:02 am
Thanks for the quick reply: ... I did not see an output file produced. After invoking tlisttoggle a couple of times and pressing 'u' in the taglist window, I...
417
Yegappan Lakshmanan
yegappan
May 23, 2009 2:14 am
Hello, ... The taglist plugin relies on exuberant ctags to parse a file and generate the tags defined in that file. If exuberant ctags supports generating tags...
416
Tim Johnson
timjohnson12...
May 23, 2009 1:47 am
At present taglist will only list javascript functions of the form: function func(){ } -- At least, so far as I can configure It would be great if taglist...
415
cedric_boudinet
Apr 16, 2009 4:12 pm
Hi, I've set Tlist_Auto_Open to 1 in my .vimrc file so that when I open a file with gvim, the Tag list panel is automatically opened.This works fine. But when...
414
Yegappan Lakshmanan
yegappan
Apr 9, 2009 10:12 pm
Hi, ... No. The taglist plugin doesn't support jumping to a tag from a file using the Vim tag commands. The tag list plugin doesn't store the output from...
413
mail2sathiyamoorthy
mail2sathiya...
Apr 7, 2009 2:19 pm
Hi all, This is my first mail to this group. I got admired of this tool, and found very much useful. I have a question that, 1. Am navigating C source files, ...
412
Yegappan Lakshmanan
yegappan
Apr 2, 2009 7:55 pm
Hello, ... The taglist plugin currently doesn't support dotted filetypes. I will add this to the todo list. - Yegappan...
411
Diwaker Gupta
diwakergupta
Apr 2, 2009 5:49 pm
From Vim's help (":he ft"): When a dot appears in the value then this separates two filetype names. Example: /* vim: set filetype=c.doxygen : */ ~ This will...
410
neilp85
Feb 4, 2009 12:14 am
Is it possible to bind taglist to a single window so that it doesn't update when you move to a different window. I have other plugins (Source Explorer) that...
409
Tim Johnson
timjohnson12...
Jan 6, 2009 4:54 pm
Followed the following instructions: Tlist_Show_One_File~ By default, the taglist plugin will display the tags defined in all the loaded buffers in the taglist...