diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index 88780492..9ff5c88b 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -149,16 +149,16 @@
-arg
Accept an argument after the requisite key press. Sets the arg parameter to the result. (short name -a)
-
-builtin
Execute this mapping as if there were no user-defined mappings (short name -b)
+
-builtin
Execute this mapping as if there were no user-defined mappings. (short name -b)
-count
Accept a count before the requisite key press. Sets the count parameter to the result. (short name -c)
-
-description
A description of this mapping (short name -d)
-
-ex
Execute rhs as an Ex command rather than keys (short name -e)
+
-description
A description of this mapping. (short name -d)
+
-ex
Execute rhs as an Ex command rather than keys. (short name -e)
-group=group
Add this command to the given group (short name -g). When listing commands this limits the output to the specified group.
-
-javascript
Execute rhs as JavaScript rather than keys (short names -js, -j)
+
-javascript
Execute rhs as JavaScript rather than keys. (short names -js, -j)
-literal=n
Parse the nth argument without specially processing any quote or meta characters. (short name -l)
-
-modes=modes
Create this mapping in the given modes (short names -mode, -m)
-
-nopersist
Do not save this mapping to an auto-generated rc file (short name -n)
-
-silent
Do not echo any generated keys to the command line (short name -s, also <silent> for Vim compatibility)
+
-modes=modes
Create this mapping in the given modes. (short names -mode, -m)
+
-nopersist
Do not save this mapping to an auto-generated rc file. (short name -n)
+
-silent
Do not echo any generated keys to the command line. (short name -s, also <silent> for Vim compatibility)