diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-02-11 13:29:40 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-02-11 13:29:40 +0000 |
commit | 92f645bef7bb817822d115291fe584b15647d577 (patch) | |
tree | abe5aff4cbc059b059ac0eccbb977e5949ab195d /runtime/doc/todo.txt | |
parent | bece72785dcbeba00e6424d78a941450fda78929 (diff) | |
download | vim-git-92f645bef7bb817822d115291fe584b15647d577.tar.gz |
Update runtime files. (closes #9741)
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 76bdc171f..bd0c07cce 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 Feb 09 +*todo.txt* For Vim version 8.2. Last change: 2022 Feb 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -38,6 +38,9 @@ browser use: https://github.com/vim/vim/issues/1234 *known-bugs* -------------------- Known bugs and current work ----------------------- +Disallow using "s:" in Vim9 script at the script level. +Disallow a legacy function creating an s: variable in Vim9 script. + Once Vim9 is stable: - Use Vim9 for runtime files. - Check code coverage, add more tests if needed. |