diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index e19084e92..8f0907377 100644 --- a/src/main.c +++ b/src/main.c @@ -1390,6 +1390,9 @@ getout(exitval) windgoto((int)Rows - 1, 0); #endif +#ifdef FEAT_LUA + lua_end(); +#endif #ifdef FEAT_MZSCHEME mzscheme_end(); #endif |