Skip to content

Commit

Permalink
driver: Pass zle-line-finish arguments on to _zsh_highlight.
Browse files Browse the repository at this point in the history
(Currently a noop)
  • Loading branch information
danielshahaf committed Aug 24, 2016
1 parent a747058 commit eb506b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-syntax-highlighting.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ if (( $zsh_highlight_use_redrawhook )); then
() {
local -h +r WIDGET=zle-line-finish
_zsh_highlight "$@"
}
} "$@"
}
_zsh_highlight_bind_widgets(){}
add-zle-hook-widget zle-line-pre-redraw _zsh_highlight
Expand Down

0 comments on commit eb506b5

Please sign in to comment.