comparison runtime/doc/todo.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 dd5c1983e355
children d45902a5c61c
comparison
equal deleted inserted replaced
2225:dd5c1983e355 2226:36a9ac99e1ca
27 See |develop.txt| for development plans. You can vote for which items should 27 See |develop.txt| for development plans. You can vote for which items should
28 be worked on, but only if you sponsor Vim development. See |sponsor|. 28 be worked on, but only if you sponsor Vim development. See |sponsor|.
29 29
30 *known-bugs* 30 *known-bugs*
31 -------------------- Known bugs and current work ----------------------- 31 -------------------- Known bugs and current work -----------------------
32
33 When Vim crashes it may run out of stack while executing autocommands. Patch
34 to not run autocommands when leaving Vim? (James Vega, 2010 May 23)
35 32
36 Patch for invalid mem access in completion. (Dominique Pelle, 2010 May 26) 33 Patch for invalid mem access in completion. (Dominique Pelle, 2010 May 26)
37 34
38 Invalid memory access when deleting funcref variable. Patch by Lech Lorens, 35 Invalid memory access when deleting funcref variable. Patch by Lech Lorens,
39 2010 May 25. 36 2010 May 25.