diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-17 22:21:07 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-17 22:21:07 +0000 |
commit | bac234ead63cb6f3274c97faf81eacab27626a2b (patch) | |
tree | bdd6bfac33fa374ef1e1948ce42872570a00ff3c /runtime/doc/todo.txt | |
parent | d6754643d0b34ed96750aec3be310fba0fd24019 (diff) | |
download | vim-bac234ead63cb6f3274c97faf81eacab27626a2b.zip |
updated for version 7.0041
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 25d452723..ad76e6cec 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 Jan 16 +*todo.txt* For Vim version 7.0aa. Last change: 2005 Jan 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,25 +30,12 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -Dictionary: -- Define nameless function: ":function dict.key(arg)" -- ":delfunc dict.key". -- Set the error message numbers for E999. - -Make ":call Funcref()" work? +Sanity check of eval.c: +- Go through the code for magic braces. Mention Rsync command on runtime.php page: rsync -avzcP --delete --exclude="dos" --delete-excluded ftp.nluug.nl::Vim/runtime/ vim63-runtime -List type: -- Make second index in list[i:j] exclusive, like Python? - Marcus Aurelius: yes -- Add List functions to version7.txt. -- Add List functions to overview of funtions in user manual. -- Explain Lists in the user manual? - -Add +=, -= and .= assignments. - netrw plugin: - provide :Explore and :Sexplore like the old file explorer? - alignment of long listing isn't very good. @@ -67,6 +54,8 @@ New Motif toolbar button from Marcin Dalecki: - add remark in version7.txt - check if it works for pixmap loaded from a file. +Explain Lists, Dicts, |:for| etc. in the user manual |usr_41.txt|. + Awaiting response: - Patch for mch_FullName() also in Vim 6.3? os_mswin.c - Win32: "gvim -V100" should use dialog with scrollbar. Using @@ -93,9 +82,7 @@ PLANNED FOR VERSION 7.0: Also: for strings up to 3 bytes don't allocate memory, VAR_STRINGX. - new DATA TYPES: - None? (or use empty string?) - - dictionary - range(start, end, stride) creates a listable dict. - Add type checking? See ~/vim/ideas.txt. + See ~/vim/ideas.txt. - Add SPELLCHECKER, with easy to add support for many languages. 8 Add spell checking. Use "ispell -a" somehow. ~/vim/patches/wm_vim-5_4d.zip can be used as an example (includes |