diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-23 22:25:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-23 22:25:46 +0000 |
commit | 58d9823409c590fe0e4cf3220d38dcad1d6dd68d (patch) | |
tree | fcf62865bef797f16e7e83392923fcfbc80e861b /runtime/doc | |
parent | b01585904a5e4a6dc8bc8cc2aaaf7fbca260e344 (diff) | |
download | vim-git-58d9823409c590fe0e4cf3220d38dcad1d6dd68d.tar.gz |
updated for version 7.0114v7.0114
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/todo.txt | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index d727edf55..359058de6 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 22 +*todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,20 +30,12 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -Make a script to check message translations not to change the % items in -strings. - -Fixed Netrw plugin problems: -- when 'autochdir' is set the current dir is wrong (Salman Halim) -- "cd -" doesn't work. (Suresh Govindachar) -Send to Charles Campbell - Mac unicode patch (Da Woon Jung): - selecting proportional font breaks display - UTF-8 text causes display problems. Font replacement causes this. -Include new PHP indent script from John Wellesz? - http://www.vim.org/scripts/download_script.php?src_id=4330 +Win32: Use the free downloadable compiler 7.1. Figure out how to do debugging +(with Agide?) and describe it. (George Reilly) autoload: - Add a Vim script in $VIMRUNTIME/tools that takes a file with a list of @@ -56,29 +48,24 @@ autoload: helpfile doc/myscript.txt For the "helpfile" item ":helptags" is run. -Patch to alternate fold highlighting. (Anthony Iano-Fletcher, 2005 May 12) -More levels? - Awaiting response: - Win32: tearoff menu window should have a scrollbar when it's taller than the screen. - -mblen(NULL, 0) also in Vim 6.3? +- mblen(NULL, 0) also in Vim 6.3? Win32: Crash when pasting Simplified Chinese in utf-8. (rainux, 2005 June 20) PLANNED FOR VERSION 7.0: -- Support using "**" in filename for ":next", ":vimgrep", etc., so that a - directory tree can be searched. - REFACTORING: The main() function is very long. Move parts to separate functions, especially loops. Ideas from Walter Briscoe (2003 Apr 3, 2004 Feb 9). - Move the printing stuff to hardcopy.c. -- Improve the interface between the generic GUI code and the system-specific + Improve the interface between the generic GUI code and the system-specific code. Generic code handles text window with scrollbars, system-specific code menu, toolbar, etc. +- Support using "**" in filename for ":next", ":vimgrep", etc., so that a + directory tree can be searched. - Store messages to allow SCROLLING BACK for all commands. And other "less" like commands. - "INTELLISENSE". First cleanup the Insert-mode completion. |