-whatis.ch,plugin.zsh,*-read-all: @zts-read-all -> -fast-zts-read-all

Issue #141
This commit is contained in:
Sebastian Gniazdowski 2019-06-18 16:10:59 +02:00
parent 21f52d89ca
commit 695db8c7c2
3 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ typeset -gA FAST_WHATIS_CACHE
-fast-whatis-chroma-callback() {
local THEFD="$1" input check=2
@zts-read-all "$THEFD" input
-fast-zts-read-all "$THEFD" input
zle -F "$THEFD"
exec {THEFD}<&-

View file

@ -308,7 +308,7 @@ zmodload zsh/parameter 2>/dev/null
zmodload zsh/system 2>/dev/null
autoload -Uz -- is-at-least fast-theme fast-read-ini-file -fast-run-git-command -fast-make-targets \
-fast-run-command @zts-read-all
-fast-run-command -fast-zts-read-all
autoload -Uz -- chroma/-git.ch chroma/-hub.ch chroma/-lab.ch chroma/-example.ch chroma/-grep.ch chroma/-perl.ch chroma/-make.ch \
chroma/-awk.ch chroma/-vim.ch chroma/-source.ch chroma/-sh.ch chroma/-docker.ch \
chroma/-autoload.ch chroma/-ssh.ch chroma/-scp.ch chroma/-which.ch chroma/-printf.ch \