diff runtime/doc/version7.txt @ 2226:36a9ac99e1ca vim73

Don't execute some autocommands when v:dying is 2 or more.
author Bram Moolenaar <bram@vim.org>
date Fri, 28 May 2010 21:07:08 +0200
parents f8222d1f9a73
children 7e1bd501306d
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -7166,6 +7166,10 @@ don't save what you see.  This could res
 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*
 -----