mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Empty matches in _ansi_to_zle()
This commit is contained in:
parent
c432451c20
commit
3e1413eaf1
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ _zsh_highlight_highlighter_files_ansi_to_zle()
|
||||||
seq=${seq#(#b)(*)=}
|
seq=${seq#(#b)(*)=}
|
||||||
(( $#match )) || continue
|
(( $#match )) || continue
|
||||||
_zsh_highlight_highlighter_files_ansi_to_zle1 $seq $var\[$match[1]\]
|
_zsh_highlight_highlighter_files_ansi_to_zle1 $seq $var\[$match[1]\]
|
||||||
|
unset match
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue