> I ran the tags commands (it only worked using Windows paths). > ctags -V -f 'c:\rob\cygHome\.tags' --language-force=java -R 'C:\rob > \work\projects\nd\ford\tp07\rtb\src\java' > ctags -V -a -f 'c:\rob\cygHome\.tags' --language-force=java -R 'C:\rob > \apps\java\jdksrc\jdk6.14'
The cygwin version of ctags produces filenames with slashes. If you use only relative paths, i.e. if you run the ctags command from the projects' top directory and save the tags file there, you get tags file that should be useable with windows gvim & cygwin. You can use multiple tags files in vim. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
