Skip to content

Commit

Permalink
'main': Followup to fdaeec4: Update comment.
Browse files Browse the repository at this point in the history
That revision was itself a followup to 51614ca.
  • Loading branch information
danielshahaf committed Oct 17, 2016
1 parent 094329e commit 7d38d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highlighters/main/main-highlighter.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ _zsh_highlight_main__type() {
# exists and is in $PATH). Avoid triggering the bug, at the expense of
# falling through to the $() below, incurring a fork. (Issue #354.)
#
# The second disjunct mimics the isrelative() C call from the zsh bug.
# The first disjunct mimics the isrelative() C call from the zsh bug.
elif { [[ $1 != */* ]] || is-at-least 5.3 } &&
! builtin type -w -- $1 >/dev/null 2>&1; then
REPLY=none
Expand Down

0 comments on commit 7d38d07

Please sign in to comment.