summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-11-28 19:40:07 +0800
committerMaxime Coste <mawww@kakoune.org>2017-11-28 19:40:07 +0800
commitf950fe337684e916f1746b28bbd81ebd5c1e86f7 (patch)
tree2d8819be98bd1d57ac468ad1cf20d50763562e35
parent380ff553b508c61ee3bd014a16791bfa22d46552 (diff)
hooks.asciidoc: Fix few rendering problems
-rw-r--r--doc/pages/hooks.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/pages/hooks.asciidoc b/doc/pages/hooks.asciidoc
index 304bf5fa..a8a00601 100644
--- a/doc/pages/hooks.asciidoc
+++ b/doc/pages/hooks.asciidoc
@@ -169,11 +169,12 @@ While defining hook commands with a `%sh{}` block, some additional env
vars are available:
* `kak_hook_param`: filtering text passed to the currently executing hook
+
* `kak_hook_param_capture_N`: text captured by the hook filter regex capture N
== Disabling Hooks
-Any normal mode command can be prefixed with `\` which will disable hook
+Any normal mode command can be prefixed with `\ ` which will disable hook
execution for the duration for the command (including the duration of modes
the command could move to, so `\i` will disable hooks for the whole insert
session).