Skip to content

Commit

Permalink
Code 5b84c62
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-teams committed Dec 20, 2023
1 parent 5b84c62 commit 329dd7f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 319 deletions.
11 changes: 0 additions & 11 deletions code/zsdoc/asciidoc/additional.zsh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Has 1 line(s). No functions are called (may set up e.g. a hook, a Zle widget bou
____
FUNCTION: .zi-clear-debug-report [[[
Forgets dtrace repport gathered up to this moment.
____
Expand All @@ -53,7 +52,6 @@ Called by:
____
FUNCTION: .zi-debug-start [[[
Starts Dtrace, i.e. session tracking for changes in Zsh state.
____
Expand All @@ -73,7 +71,6 @@ Called by:
____
FUNCTION: .zi-debug-stop [[[
Stops Dtrace, i.e. session tracking for changes in Zsh state.
____
Expand All @@ -92,7 +89,6 @@ Called by:
____
FUNCTION: .zi-debug-unload [[[
Reverts changes detected by dtrace run.
____
Expand All @@ -114,7 +110,6 @@ Called by:
____
]]]
FUNCTION: .zi-service [[[
Handles given service, i.e. obtains lock, runs it, or waits if no lock
$1 - type "p" or "s" (plugin or snippet)
Expand All @@ -137,7 +132,6 @@ Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
____
FUNCTION: .zi-wrap-functions [[[
Handles the wrap'…' ice-modifier which allows to extend the tracking (e.g: gathering of report and unload data) of a plugin
beyond the moment of sourcing it's main file(s). It works by wrapping the given functions with a tracking-enabling
and disabling snippet of code.This is useful especially with prompts, as they very often do their
Expand All @@ -156,11 +150,6 @@ Called by:
:zi-tmp-subst-source
~~~~~~~~~~~~~~~~~~~~
____
FUNCTION: :zi-tmp-subst-source [[[
____
Has 25 line(s). Calls functions:
:zi-tmp-subst-source
Expand Down
Loading

0 comments on commit 329dd7f

Please sign in to comment.