diff options
author | obrien <obrien@FreeBSD.org> | 2010-10-21 09:11:50 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2010-10-21 09:11:50 +0800 |
commit | ae54fbf1270f0b7d4c7ea037bb44ad97f5eaabb5 (patch) | |
tree | 641e7b2c6100035d21d4afe835e1c840d9e69ee3 /editors | |
parent | 94abc286b554d3591aec122f6aab6b65e1706636 (diff) | |
download | freebsd-ports-gnome-ae54fbf1270f0b7d4c7ea037bb44ad97f5eaabb5.tar.gz freebsd-ports-gnome-ae54fbf1270f0b7d4c7ea037bb44ad97f5eaabb5.tar.zst freebsd-ports-gnome-ae54fbf1270f0b7d4c7ea037bb44ad97f5eaabb5.zip |
Add LUA.
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 \ |