diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:08:14 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-06 18:08:14 +0000 |
commit | 7e64ae42df4c150633063ccabbece76314085614 (patch) | |
tree | c8b6d3882eeee9e653bdc6ab20e1a15a4fa846b5 /package/editors/vim/Config.in | |
parent | 21e0064950815d0766c1141b78c09b4a173239fb (diff) |
added vim and editors directory
Diffstat (limited to 'package/editors/vim/Config.in')
-rw-r--r-- | package/editors/vim/Config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/editors/vim/Config.in b/package/editors/vim/Config.in new file mode 100644 index 000000000..bf57c14d5 --- /dev/null +++ b/package/editors/vim/Config.in @@ -0,0 +1,16 @@ +config BR2_PACKAGE_VIM + bool "Vim" + default n + select BR2_PACKAGE_NCURSES + help + VIM Text editor + + http://www.vim.org/ + +config BR2_PACKAGE_VIM_RUNTIME + bool "Install runtime" + default y + depends BR2_PACKAGE_VIM + help + Install VIM runtime (syntax highlighing + macros). + This option adds about 13MB of data to /usr/share/ |