diff 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
line wrap: on
line diff
--- 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/
 							*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.