diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-30 19:00:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-30 19:00:15 +0200 |
commit | fd3e5dc97f06e54220a2c5b65980dd6adc2c5555 (patch) | |
tree | 204e2445390797f1ea8751e7f1f7d242884f154d /runtime | |
parent | a17d4c1934b008b9aa8a2d7cf085cfe76a690d9a (diff) | |
download | vim-git-fd3e5dc97f06e54220a2c5b65980dd6adc2c5555.tar.gz |
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 169d0fb6b..4ecc8691b 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? |