summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-29 15:40:47 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-29 15:40:47 +0200
commitf05e3b0220a6b68791b5563ddf67ad42dbf74ee2 (patch)
treec403d1cebd88681b8ab33481a6d1c356e70fc38c /runtime/doc
parentcdf04208f3c621ce714cee0827ffc812df16fd0b (diff)
Remove old and unused method to allocate memory for undo.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/todo.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index e655683b97..a53eb533ee 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1089,18 +1089,11 @@ restored. (Luc St-Louis)
Vim 7.3:
-- Win32 DOS and Win32 console version: test69 fails.
- 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
- Persistent undo bugs / fixes:
- Memory leak reproduced by Dominique Pelle, 2010 May 28.
- - Compiling without FEAT_SPELL fails, functions used in undo code:
- get2c, get4c, put_bytes (Ralf Schandl)
- - binary distributed: ":wundo" always fails.
- - Patch not to allocate extra byte in U_ALLOC_LINE() (Dominique Pelle,
- 2010 May 25)
- - Remove the old code when U_USE_MALLOC is not defined?
- When there is no undo info (undolevels negative), delete the undo file.
- Need to check all values for evil manipulation.
- Add undofile(name): get undo file name for buffer "name".