1
0
forked from aniani/vim

updated for version 7.1-125

This commit is contained in:
Bram Moolenaar
2007-09-29 12:16:41 +00:00
parent 51b8436f09
commit 78ab331e0d
9 changed files with 62 additions and 21 deletions

View File

@@ -972,7 +972,7 @@ free_all_mem()
return;
entered = TRUE;
++autocmd_block; /* don't want to trigger autocommands here */
block_autocmds(); /* don't want to trigger autocommands here */
#ifdef FEAT_WINDOWS
/* close all tabs and windows */