From 6a8204b403df5e5ebc37caf45d5db581fc2c601a Mon Sep 17 00:00:00 2001 From: Marco Candrian Date: Mon, 24 Mar 2008 19:25:53 +0000 Subject: [PATCH] macro-dump.js update --- locale/en-US/repeat.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locale/en-US/repeat.txt b/locale/en-US/repeat.txt index 1440de18..c00f9f65 100644 --- a/locale/en-US/repeat.txt +++ b/locale/en-US/repeat.txt @@ -6,7 +6,13 @@ Vimperator can repeat a number of commands or record macros... section:Macros[+++macros+++] -TO BE WRITTEN... +q {arg} + record a keysequence into a macro +Available macros are {0-9a-zA-Z} (uppercase to append).type 'q' to stop recording. + q +[count]@ {arg} + Execute the contents of macro {0-9a-z}. @@ repeats the previous @{0-9a-z} + @ section:Profiling[profiling]