summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-02-20 19:48:20 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-20 19:48:20 +0000
commit944697ae19683441981539cd4d2469df89d6ec82 (patch)
tree717efbb9366e0c99d9d472fd7fef3ea47e387d01 /runtime/doc/todo.txt
parentad6c45f62558e03d3e3a927b3fe4dbaf30a36bef (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index bd0c07ccee..29c64af3d6 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 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/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.
- vim9compile.c
vim9execute.c
vim9expr.c
vim9instr.c
@@ -421,9 +417,6 @@ When editing a file with ":edit" the output of :swapname is relative, while
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)