aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-11-10 11:10:12 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-11-10 11:10:12 -0500
commit53631f9229b235f4fe203845a14d257105e070f6 (patch)
tree09fa010eba0ac3f19f312a0933f3c947afbeb829 /docs
parent269f42273129fcfbaf67e157d8784666e0c65c9c (diff)
Added argument to `events.FIND_RESULT_FOUND`.
This fixes a bug introduced by r3029 when invoking search via a macro.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index f9b8cd77..a0110eb5 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -8791,6 +8791,9 @@ The find results highlight indicator number.
Emitted when a result is found. It is selected and has been scrolled into
view.
+ Arguments:
+
+ * _`find_text`_: The text originally searched for.
<a id="events.FIND_WRAPPED"></a>
#### `events.FIND_WRAPPED` (string)