EdwardXu wrote: > I'm working on a huge c project with VIM on Windows XP, there > are many useless directories, so i want to exclude them out > of cscope database, is there any way to do this?
The standard procedure is to use the 'find' utility (if Unix), or your own script, to build a file that contains a list of each file you want indexed, then feed that to cscope with the -i option. John -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
