doc: Add missing flags to the debug
option
This commit is contained in:
parent
f7bed9eb18
commit
cc5edd099d
|
@ -972,7 +972,7 @@ Some options are built in Kakoune, and can be used to control its behaviour:
|
||||||
completion.
|
completion.
|
||||||
* `autoreload` _enum(yes|no|ask)_: auto reload the buffers when an external
|
* `autoreload` _enum(yes|no|ask)_: auto reload the buffers when an external
|
||||||
modification is detected.
|
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.
|
the `*debug*` buffer.
|
||||||
* `idle_timeout` _int_: timeout, in milliseconds, with no user input that will
|
* `idle_timeout` _int_: timeout, in milliseconds, with no user input that will
|
||||||
trigger the `PromptIdle`, `InsertIdle` and `NormalIdle` hooks.
|
trigger the `PromptIdle`, `InsertIdle` and `NormalIdle` hooks.
|
||||||
|
|
|
@ -132,7 +132,7 @@ Builtin options
|
||||||
*autoreload* 'enum(yes|no|ask)'::
|
*autoreload* 'enum(yes|no|ask)'::
|
||||||
auto reload the buffers when an external modification is detected
|
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
|
dump various debug information in the '\*debug*' buffer
|
||||||
|
|
||||||
*idle_timeout* 'int'::
|
*idle_timeout* 'int'::
|
||||||
|
|
Loading…
Reference in New Issue
Block a user