Skip to content

Commit

Permalink
fix: vim modelines & zsdoc pdf rendering
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Dec 16, 2022
1 parent 0e45493 commit 2b460a7
Show file tree
Hide file tree
Showing 12 changed files with 2,466 additions and 2,806 deletions.
Binary file modified doc/zsdoc/pdf/git-process-output.zsh.pdf
Binary file not shown.
Binary file modified doc/zsdoc/pdf/rpm2cpio.zsh.pdf
Binary file not shown.
Binary file modified doc/zsdoc/pdf/zinit-additional.zsh.pdf
Binary file not shown.
Binary file modified doc/zsdoc/pdf/zinit-autoload.zsh.pdf
Binary file not shown.
Binary file modified doc/zsdoc/pdf/zinit-install.zsh.pdf
Binary file not shown.
Binary file modified doc/zsdoc/pdf/zinit-side.zsh.pdf
Binary file not shown.
Binary file modified doc/zsdoc/pdf/zinit.zsh.pdf
Binary file not shown.
81 changes: 0 additions & 81 deletions scripts/docker-build.sh

This file was deleted.

260 changes: 0 additions & 260 deletions scripts/docker-run.sh

This file was deleted.

13 changes: 6 additions & 7 deletions zinit-additional.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ zi::service() {
builtin read -t 1 ___tmp <>"${___fle:r}.fifo2"
done >>! "$ZSRV_WORK_DIR/$ZSRV_ID".log 2>&1
} # ]]]

# FUNCTION: zi::wrap-track-functions [[[
zi::wrap-track-functions() {
local user="$1" plugin="$2" id_as="$3" f
Expand Down Expand Up @@ -104,6 +103,11 @@ function $f {
# Dtrace
#

# FUNCTION: zi::clear-debug-report [[[
# Forgets dtrace repport gathered up to this moment.
zi::clear-debug-report() {
zi::clear-report-for _dtrace/_dtrace
} # ]]]
# FUNCTION: zi::debug-start [[[
# Starts Dtrace, i.e. session tracking for changes in Zsh state.
zi::debug-start() {
Expand All @@ -130,11 +134,6 @@ zi::debug-stop() {
# Gather end data now, for diffing later
zi::diff _dtrace/_dtrace end
} # ]]]
# FUNCTION: zi::clear-debug-report [[[
# Forgets dtrace repport gathered up to this moment.
zi::clear-debug-report() {
zi::clear-report-for _dtrace/_dtrace
} # ]]]
# FUNCTION: zi::debug-unload [[[
# Reverts changes detected by dtrace run.
zi::debug-unload() {
Expand All @@ -146,4 +145,4 @@ zi::debug-unload() {
fi
} # ]]]

# vim: set fenc=utf8 ffs=unix foldmarker=[[[,]]] foldmethod=marker ft=zsh list noet sw=2 ts=2 tw=72 :
# vim: set fenc=utf8 ffs=unix foldmarker=[[[,]]] foldmethod=marker ft=zsh list noet sw=2 ts=2 tw=72:

0 comments on commit 2b460a7

Please sign in to comment.