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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user