Skip to content

Commit 329dd7f

Browse files
committed
Code 5b84c62
1 parent 5b84c62 commit 329dd7f

File tree

5 files changed

+0
-319
lines changed

5 files changed

+0
-319
lines changed

code/zsdoc/asciidoc/additional.zsh.adoc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Has 1 line(s). No functions are called (may set up e.g. a hook, a Zle widget bou
3434
3535
____
3636
37-
FUNCTION: .zi-clear-debug-report [[[
3837
Forgets dtrace repport gathered up to this moment.
3938
____
4039
@@ -53,7 +52,6 @@ Called by:
5352
5453
____
5554
56-
FUNCTION: .zi-debug-start [[[
5755
Starts Dtrace, i.e. session tracking for changes in Zsh state.
5856
____
5957
@@ -73,7 +71,6 @@ Called by:
7371
7472
____
7573
76-
FUNCTION: .zi-debug-stop [[[
7774
Stops Dtrace, i.e. session tracking for changes in Zsh state.
7875
____
7976
@@ -92,7 +89,6 @@ Called by:
9289
9390
____
9491
95-
FUNCTION: .zi-debug-unload [[[
9692
Reverts changes detected by dtrace run.
9793
____
9894
@@ -114,7 +110,6 @@ Called by:
114110
____
115111
116112
]]]
117-
FUNCTION: .zi-service [[[
118113
Handles given service, i.e. obtains lock, runs it, or waits if no lock
119114
120115
$1 - type "p" or "s" (plugin or snippet)
@@ -137,7 +132,6 @@ Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
137132
138133
____
139134
140-
FUNCTION: .zi-wrap-functions [[[
141135
Handles the wrap'…' ice-modifier which allows to extend the tracking (e.g: gathering of report and unload data) of a plugin
142136
beyond the moment of sourcing it's main file(s). It works by wrapping the given functions with a tracking-enabling
143137
and disabling snippet of code.This is useful especially with prompts, as they very often do their
@@ -156,11 +150,6 @@ Called by:
156150
:zi-tmp-subst-source
157151
~~~~~~~~~~~~~~~~~~~~
158152
159-
____
160-
161-
FUNCTION: :zi-tmp-subst-source [[[
162-
____
163-
164153
Has 25 line(s). Calls functions:
165154
166155
:zi-tmp-subst-source

0 commit comments

Comments
 (0)