diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-06 06:37:07 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-11 01:52:02 +0300 |
commit | 2baa14add6d9976c29b27cf4470bb458a0198694 (patch) | |
tree | 283171a833f0a91a4c20861c452b81340ac0e0cd /TODO | |
parent | ce1a2b1b428e95d300af478fb0b36ca3773f7f84 (diff) | |
download | sciteco-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-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |