highlight: Don't use the #i flag for non-extendedglob shells #179

This commit is contained in:
Sebastian Gniazdowski
2020-06-29 19:56:23 +02:00
parent 5d0e4fef45
commit 5317179cf4
+1 -1
View File
@@ -268,7 +268,7 @@ FAST_HIGHLIGHT+=(
#chroma-vim →chroma/-vim.ch
)
if [[ $OSTYPE == (#i)darwin* ]] {
if [[ $OSTYPE == darwin* ]] {
noglob unset FAST_HIGHLIGHT[chroma-man] FAST_HIGHLIGHT[chroma-whatis]
}