Skip to content

Latest commit

 

History

History
185 lines (106 loc) · 3.12 KB

zinit-additional.zsh.adoc

File metadata and controls

185 lines (106 loc) · 3.12 KB

NAME

zinit-additional.zsh - a shell script

Documentation automatically generated with `zshelldoc'

FUNCTIONS

+zinit-debug
.zinit-debug-clear
.zinit-debug-report
.zinit-debug-revert
.zinit-debug-start
.zinit-debug-status
.zinit-debug-stop
.zinit-service
.zinit-wrap-track-functions
:zinit-tmp-subst-source

DETAILS

Script Body

Has 1 line(s). No functions are called (may set up e.g. a hook, a Zle widget bound to a key, etc.).

+zinit-debug

Debug command entry point

Has 35 line(s). Doesn’t call other functions.

Uses feature(s): setopt, zmodload, zparseopts

Called by:

zinit.zsh/zinit

.zinit-debug-clear

Clear latest debug report

Has 7 line(s). Calls functions:

.zinit-debug-clear
|-- zinit-autoload.zsh/.zinit-clear-report-for
`-- zinit.zsh/+zi-log

Called by:

zinit-autoload.zsh/.zinit-unload

.zinit-debug-report

Displays debug report (data recorded in interactive session).

Has 6 line(s). Calls functions:

.zinit-debug-report
|-- zinit-autoload.zsh/.zinit-show-report
`-- zinit.zsh/+zi-log

Uses feature(s): source

Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

.zinit-debug-revert

Revert changes made during debug mode

Has 7 line(s). Calls functions:

.zinit-debug-revert
|-- zinit-autoload.zsh/.zinit-unload
`-- zinit.zsh/+zi-log

Uses feature(s): source

Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

.zinit-debug-start

Start debug mode

Has 13 line(s). Calls functions:

.zinit-debug-start
|-- zinit.zsh/+zi-log
|-- zinit.zsh/.zinit-diff
`-- zinit.zsh/.zinit-tmp-subst-on

Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

.zinit-debug-status

Revert changes made during debug mode

Has 2 line(s). Calls functions:

.zinit-debug-status
`-- zinit.zsh/+zi-log

Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

.zinit-debug-stop

Stop debug mode

Has 14 line(s). Calls functions:

.zinit-debug-stop
|-- zinit.zsh/+zi-log
|-- zinit.zsh/.zinit-diff
`-- zinit.zsh/.zinit-tmp-subst-off

Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

.zinit-service

Handles given service, i.e. obtains lock, runs it, or waits if no lock
$1 - type "p" or "s" (plugin or snippet)
$2 - mode - for plugin (light or load)
$3 - id - URL or plugin ID or alias name (from id-as'')

Has 37 line(s). Calls functions:

.zinit-service
|-- zinit.zsh/.zinit-load
`-- zinit.zsh/.zinit-load-snippet

Uses feature(s): kill, read, setopt

Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

.zinit-wrap-track-functions

Has 19 line(s). Doesn’t call other functions.

Uses feature(s): eval

Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).

:zinit-tmp-subst-source

Has 25 line(s). Calls functions:

:zinit-tmp-subst-source
`-- zinit.zsh/+zi-log

Uses feature(s): eval

Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).