vim: config names should be lower case
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 7 Mar 2008 10:02:12 +0000 (10:02 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 7 Mar 2008 10:02:12 +0000 (10:02 -0000)
package/editors/vim/Config.in

index bf57c14d514a3413a0816ee2b820ae15acef066b..5d912fc92425b2a57b8ed809a3b145b92fe99da5 100644 (file)
@@ -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