diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-30 16:01:37 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-30 16:01:37 +0200 |
commit | 6773b2ba7e716cfa89a71b8a3a1ed98ffb186646 (patch) | |
tree | 5e17c3091dc97ada4a49dcecc148edbad34b84f0 /runtime | |
parent | 644fdff7c1a80b3cf9a52f422df7f7ed2a084072 (diff) | |
download | vim-git-6773b2ba7e716cfa89a71b8a3a1ed98ffb186646.tar.gz |
A bit of cleanup and simplification for undofile.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/message.txt | 2 | ||||
-rw-r--r-- | runtime/doc/todo.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 32689d81d..102681540 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -19,7 +19,7 @@ The ":messages" command can be used to view previously given messages. This is especially useful when messages have been overwritten or truncated. This depends on the 'shortmess' option. -The number of remembered messages is fixed at 20 for the tiny version and 100 +The number of remembered messages is fixed at 20 for the tiny version and 200 for other versions. *g<* diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 9dc6a022f..dd55ae3e9 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1093,9 +1093,9 @@ 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. + Already done? - Need to check all values for evil manipulation. - Add undofile(name): get undo file name for buffer "name". - patch for unused functions. (Dominique Pelle, 2010 May 29) |