Config.in 351 B

12345678910111213141516
  1. config BR2_PACKAGE_VIM
  2. bool "vim"
  3. select BR2_PACKAGE_NCURSES
  4. select BR2_PACKAGE_PKGCONFIG
  5. help
  6. VIM Text editor
  7. http://www.vim.org/
  8. config BR2_PACKAGE_VIM_RUNTIME
  9. bool "install runtime"
  10. default y
  11. depends on BR2_PACKAGE_VIM
  12. help
  13. Install VIM runtime (syntax highlighing + macros).
  14. This option adds about 13MB of data to /usr/share/