diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-14 23:23:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-14 23:23:17 +0200 |
commit | 0ba042961f929ff43f977c2ebdba9368f42d9c52 (patch) | |
tree | 59220f91eb954e7400bf8846ae8010dd22532029 /src/feature.h | |
parent | 26dcc7e8df8f0f1852752b9107ba4b0408061554 (diff) | |
download | vim-0ba042961f929ff43f977c2ebdba9368f42d9c52.zip |
Added Lua interfae. (Luis Carvalho)
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 1 |
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" |