diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-21 01:11:50 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-21 01:11:50 +0000 |
commit | ad201c68e4a41f858e4dab97701d175e1f742253 (patch) | |
tree | 446a46af33aff8cfc9e3c67b5d8b341bcd9c5232 /editors | |
parent | 6f068ca6b1b1edd8c339b478503a6b8eb5cda5fe (diff) | |
download | ports-ad201c68e4a41f858e4dab97701d175e1f742253.tar.gz ports-ad201c68e4a41f858e4dab97701d175e1f742253.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/options | 1 |
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 \ |