From 11733bc5a8c7c743d9e19d406e3f43c69308be92 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Wed, 26 Oct 2016 13:33:09 +0300 Subject: [PATCH] Document count parameters for commands Closes #895 --- README.asciidoc | 1 + doc/manpages/expansions.asciidoc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 453926eb..c7b22b89 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -739,6 +739,7 @@ Some of Kakoune state is available through environment variables: * `kak_timestamp`: timestamp of the current buffer, the timestamp is an integer value which is incremented each time the buffer is modified. * `kak_runtime`: directory containing the kak binary + * `kak_count`: count parameter passed to the command * `kak_opt_`: value of option * `kak_reg_`: value of register * `kak_socket`: filename of session socket (/tmp/kak-) diff --git a/doc/manpages/expansions.asciidoc b/doc/manpages/expansions.asciidoc index 51c40d92..f5128ede 100644 --- a/doc/manpages/expansions.asciidoc +++ b/doc/manpages/expansions.asciidoc @@ -74,6 +74,8 @@ informations about Kakoune's state: which is incremented each time the buffer is modified *kak_runtime*:: directory containing the kak binary +*kak_count*:: + count parameter passed to the command *kak_opt_*:: value of option *name* *kak_reg_*::