From 00bdb041b0b47f9aff7c85bf652bf28f6d9d7153 Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Thu, 20 Sep 2018 12:46:52 +1000 Subject: [PATCH] Describe the %val{text} expansion. --- doc/pages/expansions.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/pages/expansions.asciidoc b/doc/pages/expansions.asciidoc index 84492412..d1579b47 100644 --- a/doc/pages/expansions.asciidoc +++ b/doc/pages/expansions.asciidoc @@ -166,6 +166,10 @@ informations about Kakoune's state: *kak_hook_param_capture_N*:: text captured by the hook filter regex capture N +*kak_text*:: + the text entered by the user at a `prompt` command, not available in other + contexts + *kak_client_env_*:: value of the *name* variable in the client environment (e.g. *$kak_client_env_SHELL* is the SHELL variable)