aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index d55ed1e..b1a464a 100644
--- a/TODO
+++ b/TODO
@@ -14,10 +14,6 @@ Known Bugs:
enable it after every keypress.
* The "lexer.test..." macros do not work with the unnamed buffer,
so there should be a special test in .teco_ini.
- * Rubbing out <LF> via ^W will rub out more than expected.
- This has also been observed after words e.g. rubbing out after "foo "
- will sometimes rub out an entire line.
- This is not reproducible.
* After commands like ECcat /dev/zero$ result in OOM,
we do not correctly recover, even though malloc_trim() is called.
This could be because of Scintilla's undo token.