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

add :finish command

This commit is contained in:
Doug Kearns
2008-09-02 13:31:33 +00:00
parent cae090dd6b
commit 34085658e6
3 changed files with 35 additions and 7 deletions

View File

@@ -74,9 +74,17 @@ function hello2() {
are only available within the scope of the script.
The _.vimperatorrc_ file in your home directory and any files in
_\~/.vimperator/plugin/_ are always sourced at startup.
\~ is supported as a shortcut for the _$HOME_ directory. If [!] is
specified, errors are not printed.
_\~/.vimperator/plugin/_ are always sourced at startup. \~ is supported as a
shortcut for the _$HOME_ directory. If [!] is specified, errors are not
printed.
________________________________________________________________________________
|:fini| |:finish|
||:fini[sh]|| +
________________________________________________________________________________
Stop sourcing a script file. This can only be called from within a Vimperator
script file.
________________________________________________________________________________
section:Profiling[profile,profiling]