mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-21 19:03:11 +00:00
Stray debug message
This commit is contained in:
parent
49b2f27bb7
commit
e202f55f35
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ _zhcw_main() {
|
|||
# The repeat will make the matching work on a fresh heap arena
|
||||
repeat 1; do
|
||||
__hsmw_hcw_found=( "${(@M)history:#(#i)*$~search_pattern*}" )
|
||||
echo "searched for: $search_pattern, found #${#__hsmw_hcw_found}" >> /tmp/reply
|
||||
done
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue