mirror of
https://github.com/zdharma-continuum/fast-syntax-highlighting.git
synced 2026-08-12 22:31:28 +04:00
highlight: Don't use the #i flag for non-extendedglob shells #179
This commit is contained in:
+1
-1
@@ -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]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user