From d72bf559eee456e8aa8a6a87689d3dc797854094 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 19 Jan 2011 18:11:11 -0500 Subject: [PATCH] Link to macro-string tag in :command-replacement-text section. --- common/locale/en-US/map.xml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index 4ca84329..b1e82c44 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -682,24 +682,21 @@

Replacement text

- The replacement text rep is scanned for macro strings and these are + The replacement text rep is scanned for macro-strings and these are replaced with values from the user-entered command line. The resulting string is then executed as an Ex command.

-

The valid macro strings are:

+

+ In addition to the standard parameters listed in + macro-string, the following parameters are available: +

<args>
The command arguments exactly as supplied
<count>
Any supplied count, e.g. 5
<bang>
! if the command was executed with the ! modifier
-
<lt>
A literal '<' character
- -

- "q-" can be prefixed to the macro string so that the value is quoted, making - it suitable for expression evaluation. Example: <q-args> -