> In vim's cscope I can "add" several databases. Can I do that with > cscope directly as well? I see no way to add several "-f" and "-P" > options.
Workaround found: How ever this is done in vim, I simply put everything in one database (cscope.out) now. FYI: -P does not seem to work with 'c' actions of cscope, but 'e' for example. So in cscope_quickfix, you can not walk through these occurrences (file not found). A workaround for this is using abolute paths in cscope.out and then not using -P at all. Felix -- 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
