summaryrefslogtreecommitdiffstats
path: root/rules/vim.in
blob: d76d0f362eeba54f3132b21a2d25a5417dd471d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=editors

config VIM
	tristate
	select LIBC_DL
	select LIBC_M
	select GCCLIBS_GCC_S
	select NCURSES
	prompt "vim"
	help
	  Vim is an advanced text editor that seeks to provide the
	  power of the de-facto Unix editor 'Vi', with a more complete
	  feature set.