mirror of
https://github.com/zdharma-continuum/fast-syntax-highlighting.git
synced 2026-09-10 07:16:18 -04:00
-whatis.ch,plugin.zsh,*-read-all: @zts-read-all -> -fast-zts-read-all
Issue #141
This commit is contained in:
parent
21f52d89ca
commit
695db8c7c2
|
|
@ -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}<&-
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue