summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-30 19:00:15 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-30 19:00:15 +0200
commitfd3e5dc97f06e54220a2c5b65980dd6adc2c5555 (patch)
tree204e2445390797f1ea8751e7f1f7d242884f154d /runtime/doc
parenta17d4c1934b008b9aa8a2d7cf085cfe76a690d9a (diff)
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/todo.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 169d0fb6b1..4ecc8691bf 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1090,7 +1090,6 @@ Vim 7.3:
Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi
- Persistent undo bugs / fixes:
- Need to check all values for evil manipulation.
-- patch for unused functions. (Dominique Pelle, 2010 May 29)
- Also crypt the undo file.
- Also crypt the swap file, each block separately. Change mf_write() and
mf_read(). How to get b_p_key to these functions?