Hi, So it turns out, I'm the only one in the world that wants more than 8 cscope connections, but I really do :-)
I track / work with the source for several GNOME projects, and have my own builds for various common GNOME and freedesktop.org libraries which I have indexed via cscope and ctags. Since I don't want to reindex them for each application that I might be working on I maintain separate cscope.out files for each library, and by using a text file that declares the dependencies of each application I'm working on I get vim to add each of the relevent cscope.out files. In some cases this is more than 8, but it's less than 42 :-) Testing the following patch worked for me so it would be great if someone could apply this or a similar tweak to trunk. kind regards, - Robert Index: src/if_cscope.h =================================================================== --- src/if_cscope.h (revision 1425) +++ src/if_cscope.h (working copy) @@ -25,7 +25,7 @@ #define CSCOPE_SUCCESS 0 #define CSCOPE_FAILURE -1 -#define CSCOPE_MAX_CONNECTIONS 8 /* you actually need more? */ +#define CSCOPE_MAX_CONNECTIONS 42 /* you actually need more? */ #define CSCOPE_DBFILE "cscope.out" #define CSCOPE_PROMPT ">> " --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
