summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2010-10-21 01:11:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2010-10-21 01:11:50 +0000
commitad201c68e4a41f858e4dab97701d175e1f742253 (patch)
tree446a46af33aff8cfc9e3c67b5d8b341bcd9c5232 /editors/vim
parentUpdate to Vim 7.3 patchlevel 32. (diff)
Add LUA.
Notes
Notes: svn path=/head/; revision=263375
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/options b/editors/vim/options
index b3f3b8d42246..61d50d761431 100644
--- a/editors/vim/options
+++ b/editors/vim/options
@@ -2,6 +2,7 @@ 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 \