summaryrefslogtreecommitdiffstats
path: root/package/vim/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/vim/Config.in')
-rw-r--r--package/vim/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/vim/Config.in b/package/vim/Config.in
new file mode 100644
index 000000000..30b73d305
--- /dev/null
+++ b/package/vim/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_VIM
+ bool "vim"
+ select BR2_PACKAGE_NCURSES
+ help
+ VIM Text editor
+
+ http://www.vim.org/
+
+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 13MB of data to /usr/share/