diff --git a/common/locale/en-US/repeat.xml b/common/locale/en-US/repeat.xml index a713fa6d..88993e53 100644 --- a/common/locale/en-US/repeat.xml +++ b/common/locale/en-US/repeat.xml @@ -146,21 +146,21 @@ :gr :group - :group! group + :group

List all active groups.

- :group! group + :group! group

Select, create, or modify a group. After invocation, group becomes the default group for all further commands issued in the current script. If ! is given the group is cleared of all mappings, commands, and any other entries bound to - it. + it before making the specified additions (if any).

The following group names have special meanings:

@@ -174,9 +174,16 @@

The following arguments are available:

-
-args=javascript
JavaScript Object which augments the arguments passed to commands, mappings, and autocommands (short name: -a)
+
-args=javascript
JavaScript Object which + augments the arguments passed to commands, mappings, and + autocommands, e.g., given { foo: "bar" }, + foo (<foo> if the Ex syntax is used) will + be replaced by bar inside the definitions + (short name: -a)
-description
A description of this group (short names: -desc, -d)
-
-locations=filters
The URLs for which this group should be active. See site-filters (short names: -locs, -loc, -l)
+
-locations=filters
The URLs for which this + group should be active. See site-filters (short names: + -locs, -loc, -l)
-nopersist
Do not save this group to an auto-generated RC file (short name: -n)
@@ -192,33 +199,33 @@

-
domain
-
+
domain
+
Any filter which is a valid domain name will match any site on that domain or any sub-domain thereof. These filters may contain any letter of the Roman alphabet, Arabic numerals, hyphens, and full stops. Non-Latin domain names must be punycode encoded. - +
-
URL prefix
-
+
URL prefix
+
Any URL beginning with a valid protocol name and ending with a * is treated as a URL prefix. It will match any URL which begins with the given filter sans the trailing asterisk. - +
-
Full URL
-
+
Full URL
+
Any URL beginning with a valid protocol name and not ending with an asterisk is treated as a full URL match. It will match any page which has a URL identical to the filter. - +
-
Regular expression
-
+
Regular expression
+
Any filter which does not fall into one of the above categories is treated as a case-sensitive regular expression. - +