Dave, The plugin will generate a file "files.lst" in the same directory that will contain all files matching the regular expression. Then it will try to see if the "tags" database file is up-to-date with the timestamps of the each file in "files.lst". If not, it will prompt to build it and call "ctags" using the "files.lst" to build the tags. I was infact testing the plugin on win32.
Can you please help troubleshoot by looking at the following: i) Try the TagManagerAddDb command from the command line once Vim starts rather than ~/.vimrc? ii) "files.lst" or "tags" generated in directory? iii) Did you see a message "Added tags database!" iv) TagManagerShowLog will list all internal debugs for reference v) Try simpler regular expressions like "*.sql" to see if it makes any difference I suspect (i) might the problem. Appreciate your help. Thanks, Hari On Mon, Nov 3, 2008 at 7:55 AM, David Fishburn <[EMAIL PROTECTED]>wrote: > > I put the following in my vimrc: > > TagManagerAddDb tags **/*.\(sql\|php\|css\) > > Started gvim (win32) in that directory. > Ran :TagManagerShowDBs > > It just listed some headings. > > Looking in the directory where I launched Vim from, I don't see any > tags file generated. > > Was it supposed to? > > I typically use cscope and add all files. Then I have key mappings to > lookup words which are shown in the quickfix window which I can then > select. > > How are things supposed to work with this? > > Dave > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
