mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 17:05:46 +01:00
move help for :time to repeat.txt
This commit is contained in:
@@ -42,8 +42,20 @@ Plays the contents of macro {0-9a-z}.
|
|||||||
|
|
||||||
:play {arg} plays a recorded macro.
|
:play {arg} plays a recorded macro.
|
||||||
____________________________________________________________________________
|
____________________________________________________________________________
|
||||||
|
|
||||||
section:Profiling[profile,profiling]
|
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:
|
// vim: set syntax=asciidoc:
|
||||||
|
|||||||
@@ -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| |:unlet|
|
||||||
||:unl[et][!] {name} ...|| +
|
||:unl[et][!] {name} ...|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
Reference in New Issue
Block a user