diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-28 21:07:08 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-28 21:07:08 +0200 |
commit | 0e1e25fb0a95ac5be411fbf25c8e25e1008c0d3f (patch) | |
tree | c2dd9604e8d09cea184ba3d995aa16d564775dcd /runtime/doc/version7.txt | |
parent | 1d68952a3eeb40efc5568d99d0b2dd37960975e7 (diff) | |
download | vim-git-0e1e25fb0a95ac5be411fbf25c8e25e1008c0d3f.tar.gz |
Don't execute some autocommands when v:dying is 2 or more.
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index d59b62264..f469ac0f0 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -7166,6 +7166,10 @@ don't save what you see. This could result in work being lost. Now the text after recovery is compared to the original file contents. When they differ the buffer is marked as modified. +When Vim is exiting because of a deadly signal, when v:dying is 2 or more, +VimLeavePre, VimLeave, BufWinLeave and BufUnload autocommands are not +executed. + Added *added-7.3* ----- |