diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-02-04 16:09:54 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-02-04 16:09:54 +0000 |
commit | a2baa73d1d33014adea0fd9567949089ca21a782 (patch) | |
tree | 771e26a1169dcf18bd9ff6b29d8efa0e03cd5bfb /runtime/doc/todo.txt | |
parent | 46950b225fab2e10245a04952b2c238e0362e1b7 (diff) | |
download | vim-git-a2baa73d1d33014adea0fd9567949089ca21a782.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 5861fa880..c74bce671 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 8.2. Last change: 2022 Jan 31 +*todo.txt* For Vim version 8.2. Last change: 2022 Feb 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -38,19 +38,7 @@ browser use: https://github.com/vim/vim/issues/1234 *known-bugs* -------------------- Known bugs and current work ----------------------- -Cannot use command modifier for "import 'name.vim' as vim9" - -range() returns list<number>, but it's OK if map() changes the type. -#9665 Change internal_func_ret_type() to return current and declared type? - -When making a copy of a list or dict, do not keep the type? #9644 - With deepcopy() all, with copy() this still fails: - var l: list<list<number>> = [[1], [2]] - l->copy()[0][0] = 'x' - Once Vim9 is stable: -- Add all the error numbers in a good place in documentation. - done until E1145 - Check code coverage, add more tests if needed. - Use Vim9 for runtime files. |