'main': Add missing arguments.

Part of #337.
This commit is contained in:
Daniel Shahaf 2016-06-10 14:17:47 +00:00
parent e35a0b256e
commit da91264122

View file

@ -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