From 7e64ae42df4c150633063ccabbece76314085614 Mon Sep 17 00:00:00 2001 From: John Voltz Date: Thu, 6 Mar 2008 18:08:14 +0000 Subject: added vim and editors directory --- package/editors/vim/Config.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/editors/vim/Config.in (limited to 'package/editors/vim/Config.in') 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/ -- cgit v1.2.3