diff options
Diffstat (limited to 'openwrt/package/vim/Config.in')
-rw-r--r-- | openwrt/package/vim/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/vim/Config.in b/openwrt/package/vim/Config.in new file mode 100644 index 000000000..0d410781b --- /dev/null +++ b/openwrt/package/vim/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_VIM + prompt "vim............................. VI Improved" + tristate + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBNCURSES + help + An improved version of VI. + + http://www.vim.org + |