summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-26 21:42:54 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-26 21:42:54 +0200
commit167632fcddd32656a737fa5568504fff12d04f70 (patch)
tree9f240502e198c104aefd848f52cf108d9089e3a4 /runtime
parent6a18eb6f621129ded4983fac667450051e63de14 (diff)
Fix definition of UINT_PTR for 64 bit systems.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index b1e58be671..572a4fa5f9 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -36,6 +36,10 @@ to not run autocommands when leaving Vim? (James Vega, 2010 May 23)
Invalid memory access when deleting funcref variable. Patch by Lech Lorens,
2010 May 25.
+Fixes for broken URLs:
+ Benjamin Haskell, 2010 May 25
+ Christian Brabandt, 2010 May 26, two messages
+
Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
E315 when trying to change a file in FileChangedRO autocommand event.