Respect disabling of colours in history-substring-search plugin.

This commit is contained in:
Sorin Ionescu 2011-04-24 13:12:20 -04:00
parent 58f151e283
commit f36e219321

View file

@ -0,0 +1,4 @@
if [[ "$DISABLE_COLOR" == "true" ]]; then
F_ordinary_highlight="bg=none,fg=none"
F_out_of_matches_highlight="bg=none,fg=none"
fi