diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-30 13:26:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-30 13:26:21 +0200 |
commit | 644fdff7c1a80b3cf9a52f422df7f7ed2a084072 (patch) | |
tree | 6126ef1d44c7149de26bca96702b0a123868cfe2 /runtime | |
parent | 9db580634c0055674017eab535b1b9eec7d6939d (diff) | |
download | vim-git-644fdff7c1a80b3cf9a52f422df7f7ed2a084072.tar.gz |
A few more fixes for undo file. Split test in two parts so that it doesn't
fail with tiny features.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/todo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index bde8146be..9dc6a022f 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1093,6 +1093,7 @@ Vim 7.3: Use register_shell_extension()? (George Reilly, 2010 May 26) Ron's version: http://dev.ronware.org/p/vim/finfo?name=gvim.nsi - Persistent undo bugs / fixes: + - check for sizeof(time_t) results in compiler warning in misc2.c - Memory leak reproduced by Dominique Pelle, 2010 May 28. - When there is no undo info (undolevels negative), delete the undo file. - Need to check all values for evil manipulation. |