We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f265ef0 commit 2cbb3fbCopy full SHA for 2cbb3fb
zsh-syntax-highlighting.zsh
@@ -53,7 +53,7 @@ fi
53
_zsh_highlight__function_is_autoload_stub_p() {
54
if zmodload -e zsh/parameter; then
55
#(( ${+functions[$1]} )) &&
56
- [[ "$functions[$1]" == *"builtin autoload -X" ]]
+ [[ "$functions[$1]" == *"builtin autoload -X"* ]]
57
else
58
#[[ $(type -wa -- "$1") == *'function'* ]] &&
59
[[ "${${(@f)"$(which -- "$1")"}[2]}" == $'\t'$histchars[3]' undefined' ]]
0 commit comments