diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-29 21:18:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-29 21:18:24 +0000 |
commit | e2f98b95c8071f772695602cd4f714dc588eb8e7 (patch) | |
tree | 28442f952f7e5258e2addd8871a4a2930e768c0a /runtime/doc/todo.txt | |
parent | 86ca6e3b8c9c5d909421eb5abc2d81e02d402b49 (diff) | |
download | vim-git-e2f98b95c8071f772695602cd4f714dc588eb8e7.tar.gz |
updated for version 7.0c03v7.0c03
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 98e3b82a9..e5e934b24 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.0c. Last change: 2006 Mar 28 +*todo.txt* For Vim version 7.0c. Last change: 2006 Mar 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,10 +30,7 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -The 16 bit DOS version compiles now, but it's still too low on memory, writing -a file fails when 'writebackup' is set. - -Have argv() return the arguments in a List. +When "search" is in 'foldopen' have [s and ]s open folds. New Hungarian dictionary. (Laci Nemeth) test COMPOUNDFORBIDFLAG @@ -49,9 +46,6 @@ New Hungarian dictionary. (Laci Nemeth) Also: when the environment variable exists, use it. If it doesn't exist, set it. Requires good names: $VIM_USER_VIMRC $VIM_USER_DIR Add a menu item "Preferences" that does "sp $MYVIMRC". -- The Replace dialog takes "\r" literal, unless "replace all" is used. - Need to escape backslashes. - Win32: the text to replace with isn't remembered. Add more tests for all new functionality in Vim 7. Especially new functions. @@ -461,7 +455,8 @@ MSDOS/DJGPP: 8 DJGPP: "cd c:" can take us to a directory that no longer exists. change_drive() doesn't check this. How to check for this error? 9 The 16 bit version runs out of memory very quickly. Should find unused - code and reduce static data. + code and reduce static data. Resetting 'writebackup' helps to be able to + write a file. 9 Crash when running on Windows 98 in a console window and pressing CTRL-C. Happens now and then. When debugging Vim in gdb this also happens. Since the console crashes, might be a bug in the DOS console. Resetting |