diff --git a/locale/en-US/repeat.txt b/locale/en-US/repeat.txt index 96e253c6..e98fd939 100644 --- a/locale/en-US/repeat.txt +++ b/locale/en-US/repeat.txt @@ -4,7 +4,7 @@ HEADER Vimperator can repeat a number of commands or record macros... -section:Macros[macros] +section:Macros[macros,complex-repeat] |q| ||q {arg}|| + @@ -43,6 +43,39 @@ Plays the contents of macro {0-9a-z}. :play {arg} plays a recorded macro. ____________________________________________________________________________ +section:Using{nbsp}scripts[using-scripts] + +|:so| |:source| +||:so[urce][!] {file}|| + +________________________________________________________________________________ +Read Ex commands from {file}. You can either source files which mostly contain +Ex commands like [c]map < gt[c] and put JavaScript code within a: + +-------------------------------------------------------------------------------- +js <