summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-01 19:58:08 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-01 19:58:08 +0200
commit83d09bb85e471135222f79b15de549f435e73fae (patch)
tree83d2de1dab6c03a620190a2cecdac7edec4123be /runtime/doc
parent914703bee2422e2797576e06145380389096ec09 (diff)
Don't use pointers to store numbers, use a union.
Fixed MSVC makefile use of /Wp64 flag.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/todo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 02a2f42469..cad2e98621 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1085,6 +1085,7 @@ Vim 7.3:
- using NSIS 2.46: install on Windows 7 works, but no "Edit with Vim" menu.
Use register_shell_extension()? (George Reilly, 2010 May 26)
Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi
+- Undo code: use union to store long in place of pointers?
- Also crypt the swap file, each block separately. Change mf_write() and
mf_read(). How to get b_p_key to these functions?
Generate seed for each block, store in pointer block. Block 1 is not