> You can create your tags file with the following command to ctags tool: > > ctags -f out_put/path/file %--c++-kinds=+p --fields=+iaS --extra=+q > --tag-relative=yes sources/path/* > > This is the way I use it in a Windows XP SP2 environment and GVim. Usually > I > enter this command line in a directory above the directory where the > sources > are (I have a common directory structure for all my projects). But this is > not > really relevant if you set the correct target and source directories and path. > > If you set the 'tags' option correctly Vim (of GVim) will know where > the > sources are. See: > > :help tag-commands > > Alessandro Antonello >
Sorry! The command line to the ctags tool is: ctags -f out_put/path/file --c++-kinds=+p --fields=+iaS --extra=+q --tag-relative=yes sources/path/* I left a '%' sign in the preceding message in the middle of the command line. Alessandro Antonello --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
