From e2313a7023410bccaa7bfec2f5966a6591d75bdc Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 13 Dec 2024 14:29:00 +0300 Subject: document the FK...$^SR idiom * We don't actually have to negate ^S results after FK. For deleting the matched pattern, you can use ^YD or -^SD. --- src/core-commands.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core-commands.c') diff --git a/src/core-commands.c b/src/core-commands.c index 52b577d..89f86da 100644 --- a/src/core-commands.c +++ b/src/core-commands.c @@ -1990,6 +1990,8 @@ teco_state_control_last_range(teco_machine_main_t *ctx, GError **error) * * A common idiom \(lq^SC\(rq can be used for jumping to the * beginning of the matched pattern or inserted string. + * Since the result is always negative, you can use \(lq^SR\(rq + * to skip the matched pattern after \fBFK\fP. */ static void teco_state_control_last_length(teco_machine_main_t *ctx, GError **error) -- cgit v1.2.3