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/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/search.c') diff --git a/src/search.c b/src/search.c index e05a6b9..ba5203c 100644 --- a/src/search.c +++ b/src/search.c @@ -1113,7 +1113,7 @@ teco_state_search_kill_done(teco_machine_main_t *ctx, const teco_string_t *str, * from,to:FK[pattern]$ -> Success|Failure * * \fBFK\fP searches for just like the regular search - * command (\fBS\fP) but when found deletes all text from dot + * command (\fBS\fP) but when found, deletes all text from dot * up to but not including the found text instance. * When searching backwards the characters beginning after * the occurrence of up to dot are deleted. -- cgit v1.2.3