kakoune/doc/pages
Maxime Coste f75d49e9ef Do not include non-primitive option value in *SetOption hook filter
Only include the value for int/str/bool options, for the rest just
write '<option name>=...'.

This should reduce the cost of some patterns such as repeatedly adding
a value inside a list option.

It seems very unlikely that the actual value would be matched by
a hook regex string for non primitive types.
2020-06-09 21:38:47 +10:00
..
buffers.asciidoc doc: Add more details about debug buffers. 2019-02-17 11:09:58 +11:00
changelog.asciidoc Do not include non-primitive option value in *SetOption hook filter 2020-06-09 21:38:47 +10:00
command-parsing.asciidoc Document escaping %-strings and add more examples 2019-01-31 09:00:08 -05:00
commands.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
execeval.asciidoc Add a -verbatim switch to evaluate-commands for perfect forwarding 2019-10-23 22:30:23 +11:00
expansions.asciidoc Fix error in expansions doc 2020-01-04 19:48:38 -05:00
faces.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
faq.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
highlighters.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
hooks.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
keymap.asciidoc Fixed some English typos 2019-08-04 00:45:19 +02:00
keys.asciidoc Merge remote-tracking branch 'Delapouite/object-punctuation' 2020-05-30 09:23:06 +10:00
mapping.asciidoc Make arrow keys normal mode mappings instead of commands 2019-09-15 19:40:38 +10:00
modes.asciidoc Fix some typos in docs 2020-05-02 11:43:33 -04:00
options.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
regex.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
registers.asciidoc doc: fix typos and clarify some parts 2020-05-28 18:37:26 +02:00
scopes.asciidoc doc: Document the buffer=/path/to/file scope syntax. 2019-01-23 12:34:02 +11:00