mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
Added Lua interfae. (Luis Carvalho)
This commit is contained in:
@@ -1390,6 +1390,9 @@ getout(exitval)
|
||||
windgoto((int)Rows - 1, 0);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_LUA
|
||||
lua_end();
|
||||
#endif
|
||||
#ifdef FEAT_MZSCHEME
|
||||
mzscheme_end();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user