diff options
Diffstat (limited to 'package/vim')
-rw-r--r-- | package/vim/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/vim/Config.in b/package/vim/Config.in index 0b2f4b5b85..6f24da9846 100644 --- a/package/vim/Config.in +++ b/package/vim/Config.in @@ -8,10 +8,13 @@ config BR2_PACKAGE_VIM http://www.vim.org/ +if BR2_PACKAGE_VIM + config BR2_PACKAGE_VIM_RUNTIME bool "install runtime" default y - depends on BR2_PACKAGE_VIM help Install VIM runtime (syntax highlighing + macros). This option adds about 15MB of data to /usr/share/ + +endif |