Skip to content

Commit 7177ba0

Browse files
committed
main: Split declaration and assignment
Unbreak build for 5.0.8 and earlier.
1 parent 2a50614 commit 7177ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highlighters/main/main-highlighter.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ _zsh_highlight_main__stack_pop() {
195195
_zsh_highlight_highlighter_main_paint()
196196
{
197197
# Before we even 'emulate -L', save the user's options
198-
local -A useroptions=("${(@kv)options}")
198+
local -A useroptions; useroptions=("${(@kv)options}")
199199
emulate -L zsh
200200
setopt localoptions extendedglob bareglobqual
201201

0 commit comments

Comments
 (0)