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 /src/core-commands.c | |
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 'src/core-commands.c')
-rw-r--r-- | src/core-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core-commands.c b/src/core-commands.c index 819b1aa..0ff2b81 100644 --- a/src/core-commands.c +++ b/src/core-commands.c @@ -2003,7 +2003,7 @@ teco_state_ecommand_flags(teco_machine_main_t *ctx, GError **error) * The current user interface: 1 for Curses, 2 for GTK * (\fBread-only\fP) * .IP 1: - * The current numbfer of buffers: Also the numeric id + * The current number of buffers: Also the numeric id * of the last buffer in the ring. This is implied if * no argument is given, so \(lqEJ\(rq returns the number * of buffers in the ring. |