Skip to content

Commit

Permalink
'main': Add missing arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielshahaf committed Jun 10, 2016
1 parent e35a0b2 commit da91264
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 @@ -464,7 +464,7 @@ _zsh_highlight_main_highlighter()
fi
fi
;;
*) _zsh_highlight_main_add_region_highlight commandtypefromthefuture-$res
*) _zsh_highlight_main_add_region_highlight $start_pos $end_pos commandtypefromthefuture-$res
already_added=1
;;
esac
Expand Down

0 comments on commit da91264

Please sign in to comment.