summaryrefslogtreecommitdiffstats
path: root/rules/vim.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/vim.in')
-rw-r--r--rules/vim.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/vim.in b/rules/vim.in
new file mode 100644
index 000000000..d76d0f362
--- /dev/null
+++ b/rules/vim.in
@@ -0,0 +1,13 @@
+## SECTION=editors
+
+config VIM
+ tristate
+ select LIBC_DL
+ select LIBC_M
+ select GCCLIBS_GCC_S
+ select NCURSES
+ prompt "vim"
+ help
+ Vim is an advanced text editor that seeks to provide the
+ power of the de-facto Unix editor 'Vi', with a more complete
+ feature set.