diff runtime/doc/todo.txt @ 27804:8fc68ce4a097

Update runtime files Commit: https://github.com/vim/vim/commit/944697ae19683441981539cd4d2469df89d6ec82 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 20 19:48:20 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Feb 2022 21:00:04 +0100
parents 9fe2fed9bb4b
children c968191a8557
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 11
+*todo.txt*      For Vim version 8.2.  Last change: 2022 Feb 16
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -38,13 +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.
-	vim9compile.c
 	vim9execute.c
 	vim9expr.c
 	vim9instr.c
@@ -421,9 +417,6 @@ When editing a file with ":edit" the out
 editing it with "vim file" it is absolute. (#355)
 Which one should it be?
 
-:map output does not clear the reset of the command line.
-(#5623, also see #5962)
-
 Problem with auto-formatting - inserting space and putting cursor before added
 character. (#6154)