mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-22 03:13:09 +00:00
parse.zsh: Unneeded ';' at end of line
This commit is contained in:
parent
ac8674bc9b
commit
2fff438589
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