One missing replacement of zle -M with POSTDISPLAY

This commit is contained in:
Sebastian Gniazdowski 2016-05-22 16:39:53 +02:00
parent 6959054e8d
commit f6d2a4f567

View file

@ -40,7 +40,7 @@ _zhcw_main() {
fi
if [ "$#__hsmw_hcw_found" -le "0" ]; then
zle -M "No matches found"
POSTDISPLAY=$'\n'"No matches found"
return 0
fi