0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.1-120

This commit is contained in:
Bram Moolenaar
2007-09-25 16:00:00 +00:00
parent 719939c888
commit 9d2c8c1a66
21 changed files with 86 additions and 15 deletions

View File

@@ -1334,6 +1334,10 @@ getout(exitval)
#ifdef FEAT_CSCOPE
cs_end();
#endif
#ifdef FEAT_EVAL
if (garbage_collect_at_exit)
garbage_collect();
#endif
mch_exit(exitval);
}