From 40b1dad33efac56fe2aaf3477cab09ed3573611c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 4 Aug 2008 01:18:09 +0000 Subject: [PATCH] move :source help to repeat.txt --- locale/en-US/repeat.txt | 35 ++++++++++++++++++++++++++++++++++- locale/en-US/various.txt | 32 -------------------------------- 2 files changed, 34 insertions(+), 33 deletions(-) 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 <