1
0
Fork 0

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

pull/1/merge
Sorin Ionescu 14 years ago
parent 58f151e283
commit f36e219321

@ -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
Loading…
Cancel
Save