commit | 78ab331e0d8a76f553830f0347ac27311e4dc0f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 29 12:16:41 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 29 12:16:41 2007 +0000 |
tree | df1c313bb5c0cae5db59d08f852971a0c10fd89c | |
parent | 51b8436f09c0ea855758b2086d92f838acab7631 [diff] [blame] |
updated for version 7.1-125
diff --git a/src/misc2.c b/src/misc2.c index 9e314c2..165b65b 100644 --- a/src/misc2.c +++ b/src/misc2.c
@@ -972,7 +972,7 @@ 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 */