zsh-users / zsh-history-substring-search

🐠 ZSH port of Fish history search (up arrow)
2.61k stars 156 forks source link

Shell is stuck on 100% cpu if last character is a pipe #147

Open tzachar opened 1 year ago

tzachar commented 1 year ago

Hi.

There seems to be a bug when the plugin is triggered on a prompt with pip as the last character. For example:

$> ls |

and then triggering history-substring-search-up freezes my shell.

Using zsh 5.8.1, antigen and the latest version of this plugin. This also happens when this is the only loaded plugin.