Skip to content

Commit

Permalink
vim_configurable: enable ximSupport by default
Browse files Browse the repository at this point in the history
(cherry picked from commit 8eccd34)
It seems a realtively useful tiny change and 17.03 is only beta ATM.
  • Loading branch information
7c6f434c authored and vcunat committed Mar 3, 2017
1 parent 4668318 commit 2051238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vim/configurable.nix
Expand Up @@ -139,7 +139,7 @@ composableDerivation {
multibyteSupport = config.vim.multibyte or false;
cscopeSupport = config.vim.cscope or true;
netbeansSupport = config.netbeans or true; # eg envim is using it
ximSupport = config.vim.xim or false;
ximSupport = config.vim.xim or true; # less than 15KB, needed for deadkeys

# by default, compile with darwin support if we're compiling on darwin, but
# allow this to be disabled by setting config.vim.darwin to false
Expand Down

0 comments on commit 2051238

Please sign in to comment.