Don't execute some autocommands when v:dying is 2 or more.

This commit is contained in:
Bram Moolenaar
2010-05-28 21:07:08 +02:00
parent 1d68952a3e
commit 0e1e25fb0a
5 changed files with 46 additions and 30 deletions
-3
View File
@@ -30,9 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
When Vim crashes it may run out of stack while executing autocommands. Patch
to not run autocommands when leaving Vim? (James Vega, 2010 May 23)
Patch for invalid mem access in completion. (Dominique Pelle, 2010 May 26)
Invalid memory access when deleting funcref variable. Patch by Lech Lorens,