mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-24 20:33:04 +00:00
*highlight: Small change – more explicit array expansion, with [@]
This commit is contained in:
parent
c04b09873a
commit
fd31ffc605
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ typeset -gA HSMW_HIGHLIGHT_STYLES
|
|||
fi
|
||||
fi
|
||||
if (( $#options_to_set )); then
|
||||
setopt localoptions $options_to_set;
|
||||
setopt localoptions "${options_to_set[@]}";
|
||||
fi
|
||||
unset REPLY
|
||||
if zmodload -e zsh/parameter; then
|
||||
|
|
Loading…
Reference in a new issue