zsh-autosuggestions icon indicating copy to clipboard operation
zsh-autosuggestions copied to clipboard

Plugin breaks when `KSH_ARRAYS` is set

Open masterbloxx opened this issue 2 years ago • 1 comments

Describe the bug

Setting this option before sourcing the plugin breaks it

To Reproduce

Steps to reproduce the behavior:

% zsh -df
% setopt KSH_ARRAYS
% source ~/zsh-autosuggestions/zsh-autosuggestions.zsh
% ... # type something
No such widget `autosuggest-suggest'

Expected behavior

Autosuggestions should work normally

Desktop

  • OS + distribution: macOS Ventura 13.5
  • Zsh version: 5.9
  • Plugin version: 9908eb49a3fd18e25cfd8a0b9aa841e58429e59d

masterbloxx avatar Aug 20 '23 19:08 masterbloxx