We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdca2ef commit 622358fCopy full SHA for 622358f
highlighters/main/test-data/alias.zsh
@@ -43,7 +43,7 @@ BUFFER='x.alias2; alias1'
43
# functionality is present, and skip verifying suffix-alias highlighting
44
# if it isn't.
45
expected_region_highlight=()
46
-if [[ "$(type -w x.alias2)" == *suffix* ]]; then
+if zmodload -e zsh/parameter || [[ "$(type -w x.alias2)" == *suffix* ]]; then
47
expected_region_highlight+=(
48
"1 8 suffix-alias" # x.alias2
49
)
0 commit comments