aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-06 06:37:07 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-11 01:52:02 +0300
commit2baa14add6d9976c29b27cf4470bb458a0198694 (patch)
tree283171a833f0a91a4c20861c452b81340ac0e0cd /TODO
parentce1a2b1b428e95d300af478fb0b36ca3773f7f84 (diff)
downloadsciteco-2baa14add6d9976c29b27cf4470bb458a0198694.tar.gz
<EF> supports a numeric buffer id now
* ED hooks are not executed in this case * <EF> is now allowed even when editing a Q-Reg, unless you try to close the current buffer
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 697dd10..8178671 100644
--- a/TODO
+++ b/TODO
@@ -318,7 +318,6 @@ Features:
rubbed out command line).
* some missing useful VideoTECO/TECO-11 commands and unnecessary
incompatibilities:
- * EF with buffer id
* ER command: read file(s) into current buffer at dot.
Video TECO accepts a glob pattern here.
* nEW to save a buffer by id
@@ -701,6 +700,9 @@ Features:
Allows us to do CI on FreeBSD and potentially other more obscure systems.
Also, this will allow us to migrate to another hoster like
Savannah or Sourcehut later on.
+ * nEF is currently disallowed when editing a Q-Reg as long as
+ n == Q* (default). Perhaps it should always be allowed without
+ switching from the Q-Reg view.
Optimizations:
* Use SC_DOCUMENTOPTION_STYLES_NONE in batch mode.