diff --git a/common/locale/en-US/cmdline.xml b/common/locale/en-US/cmdline.xml index d8d502c5..fc568a50 100644 --- a/common/locale/en-US/cmdline.xml +++ b/common/locale/en-US/cmdline.xml @@ -146,7 +146,7 @@ <A-Tab>

- Similar to , but the completion behavior is + Similar to , but the completion behavior is specified by the altwildmode option.

@@ -158,7 +158,7 @@ <A-S-Tab> -

The equivalent for altwildmode.

+

The equivalent for altwildmode.

diff --git a/common/locale/en-US/eval.xml b/common/locale/en-US/eval.xml index 478650fd..dabc0bef 100644 --- a/common/locale/en-US/eval.xml +++ b/common/locale/en-US/eval.xml @@ -120,15 +120,15 @@

- Moreover, sophisticated, context-sensitive + Moreover, sophisticated, context-sensitive completion is available for JavaScript code, which extends to property names, object keys, and programmable completion for string function arguments. The completion code is designed to be both as safe and as powerful as possible. Expressions in a given command-line session will only be evaluated once, and, with autocompletion turned on, any completion which requires a function - to be executed requires an explicit press to - commence. + to be executed requires an explicit press + to commence.

diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index 0b8d0eb7..ff1ce0ed 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -401,7 +401,7 @@ For the purposes of abbreviations, keyword characters include all non-whitespace characters except for single or double quotation marks. Abbreviations are expanded as soon as any - non-keyword character, or the key , is typed. + non-keyword character, or the key , is typed.

diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 7afbf935..bc1950dd 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -149,7 +149,7 @@

Set string or number option to value. For numeric options the value must be given in decimal. - The old value can be inserted by typing . + The old value can be inserted by typing .

@@ -335,7 +335,8 @@ list:full

- Like wildmode, but when the key is pressed. + Like wildmode, but when the key + is pressed.

@@ -353,7 +354,7 @@ 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 + 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.

@@ -469,8 +470,8 @@

Set the external text editor. - This is the editor used by , gF, and other - commands which launch an external text editor. + This is the editor used by , gF, and + other commands which launch an external text editor.

@@ -581,7 +582,7 @@
0
Follow the first hint as soon as typed text uniquely identifies it.
1
Follow the selected hint on .
-
2
Follow the selected hint on only if it's been -selected.
+
2
Follow the selected hint on only if it's been -selected.
@@ -1471,9 +1472,9 @@

Defines how command-line completion works. It is a comma-separated list of parts, where each part specifies what to do for each - consecutive press of the key. The last element in - the list is used for each succeeding after it has - been reached. + consecutive press of the key. The last + element in the list is used for each succeeding + after it has been reached.

These are the possible values for each part:

diff --git a/common/locale/en-US/various.xml b/common/locale/en-US/various.xml index 8f1559c0..37a0a8d7 100644 --- a/common/locale/en-US/various.xml +++ b/common/locale/en-US/various.xml @@ -36,9 +36,9 @@ the completion system via options like autocomplete and wildcase. Note that completion must be triggered in order for this command to be effective, so if autocompletion is not - active, you'll need to press the key at least - once. You should also be aware that this command is only useful - from the commandline. + active, you'll need to press the key at + least once. You should also be aware that this command is only + useful from the commandline.

@@ -246,7 +246,7 @@ Open a help page for subject. If subject is omitted, open the default page as specified in helpfile. If you're not sure of the exact topic you need help with, try - completion or :help overview. + completion or :help overview.