Merge pull request #4979 from bosu/vim-cscope

vim_configurable: add cscope support by default
This commit is contained in:
Michael Raskin 2014-11-13 19:49:07 +03:00
commit 2126714a84

View File

@ -139,7 +139,7 @@ composableDerivation {
nlsSupport = config.vim.nls or false;
tclSupport = config.vim.tcl or false;
multibyteSupport = config.vim.multibyte or false;
cscopeSupport = config.vim.cscope or false;
cscopeSupport = config.vim.cscope or true;
netbeansSupport = config.netbeans or true; # eg envim is using it
# by default, compile with darwin support if we're compiling on darwin, but