diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-16 12:06:04 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-16 12:06:04 +0100 |
commit | 23c9de60f30041419f3925221d4faff4e7a54717 (patch) | |
tree | 357c045bdafe11674151335bf4f7d65ae179478f /doc/CALLOUTS.BUILTIN | |
parent | 35e13e4c9637f5bf7bef6039c8c813207780a174 (diff) |
New upstream version 6.9.10upstream/6.9.10upstream
Diffstat (limited to 'doc/CALLOUTS.BUILTIN')
-rw-r--r-- | doc/CALLOUTS.BUILTIN | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/CALLOUTS.BUILTIN b/doc/CALLOUTS.BUILTIN index 26840e7..3c3c40b 100644 --- a/doc/CALLOUTS.BUILTIN +++ b/doc/CALLOUTS.BUILTIN @@ -1,4 +1,4 @@ -CALLOUTS.BUILTIN 2018/03/26 +CALLOUTS.BUILTIN 2024/07/04 * FAIL (progress) @@ -92,4 +92,13 @@ CALLOUTS.BUILTIN 2018/03/26 [callout data] slot 0: op value (enum OP_CMP in src/regexec.c) + +* SKIP (progress) + + (*SKIP) + + Advance the position where the current matching fails and the next search + begins to the current position. + It has no effect on the current matching. + //END |