diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-10-11 10:16:09 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-10-11 10:16:09 +0000 |
commit | 7b0294cb9f7cfcd3fcbbaa523578847a3e6d74c5 (patch) | |
tree | 5675edfe10a80abd76b307b855858f136c647d32 /runtime/doc/todo.txt | |
parent | 7171abea1ad8d33cce89a9664873417187139a53 (diff) | |
download | vim-git-7b0294cb9f7cfcd3fcbbaa523578847a3e6d74c5.tar.gz |
updated for version 7.0018v7.0018
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 7cb6dbad6..a536f7c19 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.0aa. Last change: 2004 Oct 07 +*todo.txt* For Vim version 7.0aa. Last change: 2004 Oct 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,15 +30,8 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -Add browsedir(): like browse() but for directories. - For GTK it already sort-of works when the default name is empty. - -When ":file" sets the alternate file name and it's empty this doesn't make -sense. Could skip it, but would that break scripts that rely on the buffer to -exist? - Folding support for 2html. (Carl Osterwisch, Oct 4) -How to evaluate an expression in the sandbox? +Now diff output! Aborting at the ATTENTION prompt causes trouble: buffer remains active, nwindows isn't closed (fixed in buffer.c) @@ -58,13 +51,6 @@ Solved in os_mswin.c. Add to 6.3? Patch for Win32 textdomain: NAKADAIRA Yukihiro, Sept 17. -GTK 2 error message with this sequence (Namsh Oct 7): - - start gvim with French locale - - set enc=utf-8 - - :aunmenu * - - :unlet did_install_default_menus - - :source $VIMRUNTIME/menu.vim - Valencia: executable("xxd.exe") returns true while "!xxd" doesn't work. Works fine for me. Only in specific environment? @@ -372,6 +358,8 @@ Support ":enew filename" to edit a new buffer with a name. It's like "enew | file filename" but without setting the alternate file to a buffer without a name. (Charles Campbell) +Add gui_mch_browsedir() for Motif, KDE and Mac OS/X. + Vi incompatibility: 9 In Ex mode, "u" undoes all changes, not just the last one. (John Cowan) |