From f3e7a03e168c8beb38e4a570823d5197bc39ba52 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 1 Aug 2008 03:33:16 +0000 Subject: [PATCH] move help for :time to repeat.txt --- locale/en-US/repeat.txt | 14 +++++++++++++- locale/en-US/various.txt | 14 -------------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/locale/en-US/repeat.txt b/locale/en-US/repeat.txt index 53e9d0f6..96e253c6 100644 --- a/locale/en-US/repeat.txt +++ b/locale/en-US/repeat.txt @@ -42,8 +42,20 @@ Plays the contents of macro {0-9a-z}. :play {arg} plays a recorded macro. ____________________________________________________________________________ + section:Profiling[profile,profiling] -:time ... +|:time| +||:[count]time[!] {code|:command}|| + +________________________________________________________________________________ +Profile a piece of code or a command. Run {code} [count] times (default 1) +and returns the elapsed time. {code} is always passed to JavaScript's eval(), +which might be slow, so take the results with a grain of salt. + +If {code} starts with a [c]:[c], it is executed as a Vimperator command. + +Use the special version with [!] if you just want to run any command multiple +times without showing profiling statistics. +________________________________________________________________________________ // vim: set syntax=asciidoc: diff --git a/locale/en-US/various.txt b/locale/en-US/various.txt index 349169ba..d577d058 100644 --- a/locale/en-US/various.txt +++ b/locale/en-US/various.txt @@ -592,20 +592,6 @@ support it, currently: ________________________________________________________________________________ -|:time| -||:[count]time[!] {code|:command}|| + -________________________________________________________________________________ -Profile a piece of code or a command. Run {code} [count] times (default 1) -and returns the elapsed time. {code} is always passed to JavaScript's eval(), -which might be slow, so take the results with a grain of salt. - -If {code} starts with a [c]:[c], it is executed as a Vimperator command. - -Use the special version with [!] if you just want to run any command multiple -times without showing profiling statistics. -________________________________________________________________________________ - - |:unl| |:unlet| ||:unl[et][!] {name} ...|| + ________________________________________________________________________________