From 6589ad35938b7a565fe1c7e1bd09670edc403ac3 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 21 Sep 2010 09:58:00 -0400 Subject: [PATCH] Fix :h 'autocomplete'. --HG-- extra : rebase_source : 2779bb24002e9a6bdba0f95f30a94e91313d1a6b --- common/locale/en-US/options.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index a589750f..365285d1 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -340,12 +340,13 @@ .*

- A list of regexps defining which completion contexts should be - auto-completed. When the value is non-empty, the completion list - is automatically when the command-line is focused. - Thereafter, any key press triggers a completion update for the - matching contexts. Non-matching contexts will only be updated - when the key is pressed. This option is useful for + Enables automatic completion for completion groups matching the + given regular expressions. When automatic completion is enabled, + the completion list is automatically opened when the + command-line is focused. Thereafter, any key press + triggers a completion update for the matching groups (hereafter + ‘contexts’). Non-matching contexts will only be updated when the + key is pressed. This option is useful for disabling auto-completion for computationally intensive contexts that don't perform well when your system is under load.

@@ -358,7 +359,7 @@ 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 was also called. For example, if your completer excludes /ex/, it will also exclude /ex/bmarks, and