aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-06-05 21:11:09 +0800
committerobrien <obrien@FreeBSD.org>2008-06-05 21:11:09 +0800
commit3d3b227504efae70355f2feb4d81130fb4423d59 (patch)
treed2844e9ee4877c272d96d77223a859807ca30763 /editors
parent621f15548b89e6c49519d58e6e9d2f3c085a3bb1 (diff)
downloadfreebsd-ports-gnome-3d3b227504efae70355f2feb4d81130fb4423d59.tar.gz
freebsd-ports-gnome-3d3b227504efae70355f2feb4d81130fb4423d59.tar.zst
freebsd-ports-gnome-3d3b227504efae70355f2feb4d81130fb4423d59.zip
Add TCL support and translations options.
PR: 123662 Submitted by: Dima Panov <fluffy@fluffy.khv.ru>
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/vim/options b/editors/vim/options
index a55cd91a7928..9602cf885665 100644
--- a/editors/vim/options
+++ b/editors/vim/options
@@ -1,6 +1,8 @@
OPTIONS= PERL "Enable Perl interpreter" off \
PYTHON "Enable Python interpreter" off \
RUBY "Enable Ruby interpreter" off \
+ TCL "Enable TCL interpreter" off \
+ LANG "VIm Translations" off \
CSCOPE "Enable cscope" off \
EXUBERANT_CTAGS "Use exctags instead of ctags" off \
X11 "X11 GUI (must enable if things below are)" off \