Files
shredos.x86_64/package/vim/Config.in

17 lines
359 B
Plaintext
Raw Normal View History

2008-03-06 18:08:14 +00:00
config BR2_PACKAGE_VIM
2008-03-07 10:02:12 +00:00
bool "vim"
depends on BR2_USE_MMU # uses fork()
2008-03-06 18:08:14 +00:00
select BR2_PACKAGE_NCURSES
help
VIM Text editor
http://www.vim.org/
config BR2_PACKAGE_VIM_RUNTIME
2008-03-07 10:02:12 +00:00
bool "install runtime"
2008-03-06 18:08:14 +00:00
default y
depends on BR2_PACKAGE_VIM
2008-03-06 18:08:14 +00:00
help
Install VIM runtime (syntax highlighing + macros).
This option adds about 15MB of data to /usr/share/