doc: Add missing flags to the debug option

This commit is contained in:
Frank LENORMAND 2017-08-27 20:30:26 +03:00
parent f7bed9eb18
commit cc5edd099d
2 changed files with 2 additions and 2 deletions

View File

@ -972,7 +972,7 @@ Some options are built in Kakoune, and can be used to control its behaviour:
completion.
* `autoreload` _enum(yes|no|ask)_: auto reload the buffers when an external
modification is detected.
* `debug` _flags(hooks|shell|profile)_: dump various debug information in
* `debug` _flags(hooks|shell|profile|keys|commands)_: dump various debug information in
the `*debug*` buffer.
* `idle_timeout` _int_: timeout, in milliseconds, with no user input that will
trigger the `PromptIdle`, `InsertIdle` and `NormalIdle` hooks.

View File

@ -132,7 +132,7 @@ Builtin options
*autoreload* 'enum(yes|no|ask)'::
auto reload the buffers when an external modification is detected
*debug* 'flags(hooks|shell|profile)'::
*debug* 'flags(hooks|shell|profile|keys|commands)'::
dump various debug information in the '\*debug*' buffer
*idle_timeout* 'int'::