updated for version 7.0b01

This commit is contained in:
Bram Moolenaar
2006-03-25 22:05:04 +00:00
parent 42bbef4a49
commit bd404149f7
4 changed files with 186 additions and 64 deletions

View File

@ -1,4 +1,4 @@
*todo.txt* For Vim version 7.0b. Last change: 2006 Mar 24
*todo.txt* For Vim version 7.0b. Last change: 2006 Mar 25
VIM REFERENCE MANUAL by Bram Moolenaar
@ -30,17 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
The 16 bit DOS version doesn't link because too much static memory is used.
Drop it?
test61 sometimes fails, probably because of timing variations.
Check version7.txt for:
- new syntax files and other runtime files.
- new functions
- new options
- etc.
Add more tests for all new functionality in Vim 7. Especially new functions.
Win32: Describe how to do debugging. (George Reilly)