summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-14 23:23:17 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-14 23:23:17 +0200
commit0ba042961f929ff43f977c2ebdba9368f42d9c52 (patch)
tree59220f91eb954e7400bf8846ae8010dd22532029 /src/feature.h
parent26dcc7e8df8f0f1852752b9107ba4b0408061554 (diff)
downloadvim-git-0ba042961f929ff43f977c2ebdba9368f42d9c52.tar.gz
Added Lua interfae. (Luis Carvalho)
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h
index e31e4630d..b9a8f79db 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -1194,6 +1194,7 @@
/*
* These features can only be included by using a configure argument. See the
* Makefile for a line to uncomment.
+ * +lua Lua interface: "--enable-luainterp"
* +mzscheme MzScheme interface: "--enable-mzscheme"
* +perl Perl interface: "--enable-perlinterp"
* +python Python interface: "--enable-pythoninterp"