1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 18:04:12 +01:00

move help for :time to repeat.txt

This commit is contained in:
Doug Kearns
2008-08-01 03:33:16 +00:00
parent b5bfcb4e10
commit f3e7a03e16
2 changed files with 13 additions and 15 deletions

View File

@@ -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:

View File

@@ -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} ...|| +
________________________________________________________________________________