summaryrefslogtreecommitdiff
path: root/src/misc2.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-09-29 12:16:41 +0000
committerBram Moolenaar <Bram@vim.org>2007-09-29 12:16:41 +0000
commit78ab331e0d8a76f553830f0347ac27311e4dc0f8 (patch)
treedf1c313bb5c0cae5db59d08f852971a0c10fd89c /src/misc2.c
parent51b8436f09c0ea855758b2086d92f838acab7631 (diff)
downloadvim-git-78ab331e0d8a76f553830f0347ac27311e4dc0f8.tar.gz
updated for version 7.1-125v7.1.125
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c
index 9e314c278..165b65bbe 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -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 */