summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-26 18:01:12 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-26 18:01:12 +0100
commit7dd543246a4c21c4d5a4242a28076706f5abebd4 (patch)
tree65ba994a881d011a9b0b77b4ae883048b590138f /runtime/doc/todo.txt
parent2ee347fbc0619179fefb9933e9bb1165463507b3 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index a4f3a288f7..ea8d2c0dba 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -38,6 +38,8 @@ browser use: https://github.com/vim/vim/issues/1234
*known-bugs*
-------------------- Known bugs and current work -----------------------
+*.sil detection with FTsil() (lacygoill, Aug 25)
+
Further Vim9 improvements, possibly after launch:
- Use Vim9 for more runtime files.
- Check performance with callgrind and kcachegrind.
@@ -182,6 +184,10 @@ Patches considered for including:
- allow for nesting of timeout, sketch in #10595
- Add setcmdline() #10869
+Cleanup:
+- Remove OLD_DIGRAPHS ?
+- Remove FEAT_FOOTER ?
+
Add 'splitscroll' #10682 Useful? Any trouble? Null Chilly says it's OK.
suggestion: names instead of numbers for the option value
problem depending on whether window is focused or not