mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0052
This commit is contained in:
@@ -2352,6 +2352,10 @@ getout(exitval)
|
||||
apply_autocmds(EVENT_VIMLEAVE, NULL, NULL, FALSE, curbuf);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_PROFILE
|
||||
profile_dump();
|
||||
#endif
|
||||
|
||||
if (did_emsg
|
||||
#ifdef FEAT_GUI
|
||||
|| (gui.in_use && msg_didany && p_verbose > 0)
|
||||
|
Reference in New Issue
Block a user