summaryrefslogtreecommitdiff
path: root/editors/vim/options
blob: 6614e132dc9dd104df2662df8e23c2597b83cda3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OPTIONS=	PERL "Enable Perl interpreter" off \
		PYTHON "Enable Python interpreter" off \
		RUBY "Enable Ruby interpreter" off \
		TCL "Enable TCL interpreter" off \
		LUA "Enable lua interpreter" off \
		LANG "VIm Translations" off \
		CSCOPE "Enable cscope" off \
		EXUBERANT_CTAGS "Use exctags instead of ctags" off \
		X11 "X11 support (required for options below)" off \
		X11_ONLY "CLI-only Vim, but with basic X11 support" off \
		XTERM_SAVE "Restore xterm screen after exit" off \
		ATHENA "Athena GUI" off \
		GTK2 "GTK2 GUI" off \
		GNOME2 "Gnome2 GUI" off \
		MOTIF "Motif GUI" off \