From fbab5e252f22de37d42cc6c2a014d690a9312565 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 13 Jul 2025 18:35:32 +0300 Subject: implemented command for reading a file into the current buffer * This command exists in Video TECO. In Video TECO it also supports reading multiple files with a glob pattern -- we do not support that as I am not convinced of its usefulness. * teco_view_load() has been extended, so it can read into dot without discarding the existing document. --- TODO | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 8178671..930dd3a 100644 --- a/TODO +++ b/TODO @@ -318,8 +318,6 @@ Features: rubbed out command line). * some missing useful VideoTECO/TECO-11 commands and unnecessary incompatibilities: - * ER command: read file(s) into current buffer at dot. - Video TECO accepts a glob pattern here. * nEW to save a buffer by id * EI$ would "resume" command input from the terminal in TECO-11. But how is that different from ^C/$$ in SciTECO? @@ -359,7 +357,7 @@ Features: when detecting interactive invocation. But perhaps there should rather be a global configurable delay/refresh that could be considered by all loops etc. - * Video TECO: EQq...$ accepts glob patterns and reads + * Video TECO: EQq...$ and ER...$ accepts glob patterns and reads all files into the register. But we probably won't want to have that. * :EB -> Bool on Video TECO. * Video TECO: EV as an alias for EB, but create read-only buffer. -- cgit v1.2.3