main: Split declaration and assignment
Unbreak build for 5.0.8 and earlier.
This commit is contained in:
@@ -195,7 +195,7 @@ _zsh_highlight_main__stack_pop() {
|
|||||||
_zsh_highlight_highlighter_main_paint()
|
_zsh_highlight_highlighter_main_paint()
|
||||||
{
|
{
|
||||||
# Before we even 'emulate -L', save the user's options
|
# Before we even 'emulate -L', save the user's options
|
||||||
local -A useroptions=("${(@kv)options}")
|
local -A useroptions; useroptions=("${(@kv)options}")
|
||||||
emulate -L zsh
|
emulate -L zsh
|
||||||
setopt localoptions extendedglob bareglobqual
|
setopt localoptions extendedglob bareglobqual
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user