mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix: avoid apostrophe that breaks typeset -f round-trip of :zinit-tmp-subst-autoload (#783)
This commit is contained in:
parent
c51a835a21
commit
d2d4237715
|
|
@ -397,7 +397,7 @@ builtin setopt noaliases
|
|||
[[ -f $pth/$func ]] && { sel=$pth; break; }
|
||||
}
|
||||
if [[ -z $sel ]] {
|
||||
+zi-log '{u-warn}zinit{b-warn}:{error} Couldn''t find autoload function{ehi}:' \
|
||||
+zi-log '{u-warn}zinit{b-warn}:{error} Could not find autoload function{ehi}:' \
|
||||
"{apo}\`{file}${func}{apo}\`{error} anywhere in {var}\$fpath{error}."
|
||||
retval=1
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue