summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-06-05 13:11:09 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-06-05 13:11:09 +0000
commit6c130e4682be4cf1d1eac58a53e779c4f98e7743 (patch)
tree384320f5d609fc5fb33a29d58f8b2cc1baae9ca5 /editors/vim
parentUpdate to 0.16.14. (diff)
Add TCL support and translations options.
PR: 123662 Submitted by: Dima Panov <fluffy@fluffy.khv.ru>
Notes
Notes: svn path=/head/; revision=214354
Diffstat (limited to 'editors/vim')
-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 \