1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 09:19:24 +03:00

Merge remote-tracking branch 'lenormf/fix-doc-count'

This commit is contained in:
Maxime Coste 2016-10-26 23:23:55 +01:00
commit be8b8a740d
2 changed files with 3 additions and 0 deletions

View File

@ -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_<name>`: value of option <name>
* `kak_reg_<r>`: value of register <r>
* `kak_socket`: filename of session socket (/tmp/kak-<session>)

View File

@ -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_<name>*::
value of option *name*
*kak_reg_<r>*::