summaryrefslogtreecommitdiff
path: root/package/editors/vim
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-03-07 10:02:12 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-03-07 10:02:12 +0000
commit8086897ed5c43e5b29079f7f49dfefafcdf33a77 (patch)
treecd38dde27ef800f055f7b4e23a44184f5af573c0 /package/editors/vim
parentd47bd2de38a6a7efb5e104c37af5761b530629a8 (diff)
vim: config names should be lower case
Diffstat (limited to 'package/editors/vim')
-rw-r--r--package/editors/vim/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/editors/vim/Config.in b/package/editors/vim/Config.in
index bf57c14d5..5d912fc92 100644
--- a/package/editors/vim/Config.in
+++ b/package/editors/vim/Config.in
@@ -1,5 +1,5 @@
config BR2_PACKAGE_VIM
- bool "Vim"
+ bool "vim"
default n
select BR2_PACKAGE_NCURSES
help
@@ -8,7 +8,7 @@ config BR2_PACKAGE_VIM
http://www.vim.org/
config BR2_PACKAGE_VIM_RUNTIME
- bool "Install runtime"
+ bool "install runtime"
default y
depends BR2_PACKAGE_VIM
help