summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-11-13 19:49:07 +0300
committerMichael Raskin <7c6f434c@mail.ru>2014-11-13 19:49:07 +0300
commit2126714a84c6886e2d75135ba80800aa4a2c93ae (patch)
treeeb5a8bd39c2c4d4184464cae83353498cc556e82 /pkgs
parentcb70b5a620d20998be8f3c1e296dcae1395f7fef (diff)
parent8bc9e80d942585a0e7b47c3368e16ed1bc45764c (diff)
downloadnixpkgs-2126714a84c6886e2d75135ba80800aa4a2c93ae.tar
nixpkgs-2126714a84c6886e2d75135ba80800aa4a2c93ae.tar.gz
nixpkgs-2126714a84c6886e2d75135ba80800aa4a2c93ae.tar.bz2
nixpkgs-2126714a84c6886e2d75135ba80800aa4a2c93ae.tar.lz
nixpkgs-2126714a84c6886e2d75135ba80800aa4a2c93ae.tar.xz
nixpkgs-2126714a84c6886e2d75135ba80800aa4a2c93ae.tar.zst
nixpkgs-2126714a84c6886e2d75135ba80800aa4a2c93ae.zip
Merge pull request #4979 from bosu/vim-cscope
vim_configurable: add cscope support by default
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/vim/configurable.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vim/configurable.nix b/pkgs/applications/editors/vim/configurable.nix
index 710ceb7d31f..572bce7a2f5 100644
--- a/pkgs/applications/editors/vim/configurable.nix
+++ b/pkgs/applications/editors/vim/configurable.nix
@@ -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