The "Tag List" plugin is a source code browser plugin for Vim and provides an overview of the structure of source code files and allows you to efficiently browse through source code files for different programming languages.
http://vim.sourceforge.net/scripts/script.php?script_id=273
---
I had a few troubles to make Taglist work under Windows. Here are some information : http://www.halfcooked.com/mt/archives/000400.html
I also had this Error message: "Cannot open C:\Temp\VIoNN.tmp" with NN being automatically increased.
Then I noticed that my: let Tlist_Ctags_Cmd='"D:\My Programs\divers\ctags.exe"' was not taken into account. (I added the double quotes because I read somewhere that it was necessary for paths with spaces under Windows, and actually it made the ~MyDiff? function work).
Then I tried the Andrew way: copying ctags.exe in the vim\vim61 directory, with let Tlist_Ctags_Cmd='ctags.exe' in the vim configuration file (named _vimrc ) and it WORKS !
Thank you Andrew !
(This "cannot open tmp file" error message is quite misleading)
Copyright 2003 Robert Melton
Send questions and comments to
Last updated April 14th, 2004