From e49996ae3c67cba36e7f0f7c3e00b1438cefdcd0 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 6 Mar 2014 04:06:33 +1100 Subject: [PATCH] Update macro related documentation to remove reference to registers 0-9. These are no longer available for recording. The restriction seems rather arbitrary so they may return. Fixes issue #1103. --- common/locale/en-US/repeat.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/locale/en-US/repeat.xml b/common/locale/en-US/repeat.xml index 3aaaa4d9..b4cf8484 100644 --- a/common/locale/en-US/repeat.xml +++ b/common/locale/en-US/repeat.xml @@ -46,11 +46,11 @@ <record-macro> q - q0-9a-zA-Z + qa-zA-Z

Record a key sequence as a macro. Available macros are - 0-9a-zA-Z. If the macro is an uppercase letter, the + a-zA-Z. If the macro is an uppercase letter, the recorded keys are appended to the lowercase macro of the same name. Typing q again stops the recording.

@@ -82,10 +82,10 @@ <play-macro> @ - count@a-z0-9 + count@a-z

- Plays the contents of macro with name a-z0-9 count + Plays the contents of macro with name a-z count times.