0
0
mirror of https://github.com/vim/vim.git synced 2025-10-02 05:04:20 -04:00

Added Lua interfae. (Luis Carvalho)

This commit is contained in:
Bram Moolenaar
2010-07-14 23:23:17 +02:00
parent 26dcc7e8df
commit 0ba042961f
35 changed files with 1835 additions and 21 deletions

View File

@@ -314,6 +314,15 @@ static char *(features[]) =
#else
"-localmap",
#endif
#ifdef FEAT_LUA
# ifdef DYNAMIC_LUA
"+lua/dyn",
# else
"+lua",
# endif
#else
"-lua",
#endif
#ifdef FEAT_MENU
"+menu",
#else