summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-24 11:48:03 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-24 11:48:03 +0100
commita57b553b432855667c9f26edfad95ccfdd24a6b7 (patch)
tree9f3fc55b3aecb5de3aefcdfcb1055d8acb87a9b9 /runtime/doc/todo.txt
parentabd56da30bae4a5c6c20b9363ccae12f7b126026 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 048e3a2f6e..40f9bc038c 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -40,7 +40,6 @@ browser use: https://github.com/vim/vim/issues/1234
Prepare for the Vim 9.0 release:
- Update version9.txt
-- Adjust intro message to say "help version9".
Further Vim9 improvements, possibly after launch:
- Use Vim9 for more runtime files.
@@ -203,6 +202,8 @@ Terminal emulator window:
Patches considered for including:
- use ngettext() in a few more places #10606
+- move f_hasmapto() to map.c #10611
+- allow for nesting of timeout, sketch in #10595
- Add "-n" option to xxd. #10599
- Support %e and %k in 'errorformat'. #9624
- Add support for "underdouble", "underdot" and "underdash". #9553