mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
main: Split declaration and assignment
Unbreak build for 5.0.8 and earlier.
This commit is contained in:
parent
2a50614579
commit
7177ba005f
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ _zsh_highlight_main__stack_pop() {
|
|||
_zsh_highlight_highlighter_main_paint()
|
||||
{
|
||||
# Before we even 'emulate -L', save the user's options
|
||||
local -A useroptions=("${(@kv)options}")
|
||||
local -A useroptions; useroptions=("${(@kv)options}")
|
||||
emulate -L zsh
|
||||
setopt localoptions extendedglob bareglobqual
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue