mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-22 03:13:09 +00:00
One missing replacement of zle -M with POSTDISPLAY
This commit is contained in:
parent
6959054e8d
commit
f6d2a4f567
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue