From f6d2a4f567e1e381046d2e80d8b7d57aa40f9c9d Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Sun, 22 May 2016 16:39:53 +0200 Subject: [PATCH] One missing replacement of zle -M with POSTDISPLAY --- history-search-multi-word | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history-search-multi-word b/history-search-multi-word index 01692d4..9db1171 100644 --- a/history-search-multi-word +++ b/history-search-multi-word @@ -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