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 5fd83394d..187726ace 100644 --- a/src/main.c +++ b/src/main.c @@ -2277,6 +2277,9 @@ getout(exitval) windgoto((int)Rows - 1, 0); #endif +#ifdef FEAT_MZSCHEME + mzscheme_end(); +#endif #ifdef FEAT_TCL tcl_end(); #endif |