comparison runtime/doc/todo.txt @ 2224:a0cce15dd2a9 vim73

Fix definition of UINT_PTR for 64 bit systems.
author Bram Moolenaar <bram@vim.org>
date Wed, 26 May 2010 21:42:54 +0200
parents 81b83a19e127
children dd5c1983e355
comparison
equal deleted inserted replaced
2223:81b83a19e127 2224:a0cce15dd2a9
33 When Vim crashes it may run out of stack while executing autocommands. Patch 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) 34 to not run autocommands when leaving Vim? (James Vega, 2010 May 23)
35 35
36 Invalid memory access when deleting funcref variable. Patch by Lech Lorens, 36 Invalid memory access when deleting funcref variable. Patch by Lech Lorens,
37 2010 May 25. 37 2010 May 25.
38
39 Fixes for broken URLs:
40 Benjamin Haskell, 2010 May 25
41 Christian Brabandt, 2010 May 26, two messages
38 42
39 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6) 43 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
40 44
41 E315 when trying to change a file in FileChangedRO autocommand event. 45 E315 when trying to change a file in FileChangedRO autocommand event.
42 (Dominique Pelle, 2010 Apr 30) 46 (Dominique Pelle, 2010 Apr 30)