comparison runtime/doc/todo.txt @ 27634:9fe2fed9bb4b

Update runtime files. (closes #9741) Commit: https://github.com/vim/vim/commit/92f645bef7bb817822d115291fe584b15647d577 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 11 13:29:40 2022 +0000 Update runtime files. (closes https://github.com/vim/vim/issues/9741)
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Feb 2022 14:45:03 +0100
parents 179c118424a6
children 8fc68ce4a097
comparison
equal deleted inserted replaced
27633:30029eb56fbc 27634:9fe2fed9bb4b
1 *todo.txt* For Vim version 8.2. Last change: 2022 Feb 09 1 *todo.txt* For Vim version 8.2. Last change: 2022 Feb 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
35 The #1234 numbers refer to an issue or pull request on github. To see it in a 35 The #1234 numbers refer to an issue or pull request on github. To see it in a
36 browser use: https://github.com/vim/vim/issues/1234 36 browser use: https://github.com/vim/vim/issues/1234
37 (replace 1234 with the issue/pull number) 37 (replace 1234 with the issue/pull number)
38 *known-bugs* 38 *known-bugs*
39 -------------------- Known bugs and current work ----------------------- 39 -------------------- Known bugs and current work -----------------------
40
41 Disallow using "s:" in Vim9 script at the script level.
42 Disallow a legacy function creating an s: variable in Vim9 script.
40 43
41 Once Vim9 is stable: 44 Once Vim9 is stable:
42 - Use Vim9 for runtime files. 45 - Use Vim9 for runtime files.
43 - Check code coverage, add more tests if needed. 46 - Check code coverage, add more tests if needed.
44 vim9compile.c 47 vim9compile.c