2
1

Config.in 321 B

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