@@ -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-
164153Has 25 line(s). Calls functions:
165154
166155 :zi-tmp-subst-source
0 commit comments