1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-03 08:25:45 +01:00

Fix :h 'autocomplete'.

--HG--
extra : rebase_source : 2779bb24002e9a6bdba0f95f30a94e91313d1a6b
This commit is contained in:
Kris Maglione
2010-09-21 09:58:00 -04:00
parent 14d88e8853
commit 6589ad3593

View File

@@ -340,12 +340,13 @@
<default>.*</default> <default>.*</default>
<description> <description>
<p> <p>
A list of regexps defining which completion contexts should be Enables automatic completion for completion groups matching the
auto-completed. When the value is non-empty, the completion list given regular expressions. When automatic completion is enabled,
is automatically when the <t>command-line</t> is focused. the completion list is automatically opened when the
Thereafter, any key press triggers a completion update for the <t>command-line</t> is focused. Thereafter, any key press
matching contexts. Non-matching contexts will only be updated triggers a completion update for the matching groups (hereafter
when the <k name="Tab"/> key is pressed. This option is useful for contexts). Non-matching contexts will only be updated when the
<k name="Tab"/> key is pressed. This option is useful for
disabling auto-completion for computationally intensive contexts disabling auto-completion for computationally intensive contexts
that don't perform well when your system is under load. that don't perform well when your system is under load.
</p> </p>
@@ -358,7 +359,7 @@
<note> <note>
Completion contexts have names very much like Unix path names. Completion contexts have names very much like Unix path names.
These denotes the tree in which they're called. A completer will These denote the tree in which they're called. A completer will
never be called unless every completer preceding it in the tree never be called unless every completer preceding it in the tree
was also called. For example, if your completer excludes was also called. For example, if your completer excludes
<str>/ex/</str>, it will also exclude <str>/ex/bmarks</str>, and <str>/ex/</str>, it will also exclude <str>/ex/bmarks</str>, and